summaryrefslogtreecommitdiffstats
path: root/Objects/accu.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/accu.c')
-rw-r--r--Objects/accu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/accu.c b/Objects/accu.c
index 48fe02d..c8b5d38 100644
--- a/Objects/accu.c
+++ b/Objects/accu.c
@@ -1,7 +1,7 @@
/* Accumulator struct implementation */
#include "Python.h"
-#include "accu.h"
+#include "pycore_accu.h"
static PyObject *
join_list_unicode(PyObject *lst)