summaryrefslogtreecommitdiffstats
path: root/Objects/listobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/listobject.c')
-rw-r--r--Objects/listobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/listobject.c b/Objects/listobject.c
index e38b21f..ffd91a6 100644
--- a/Objects/listobject.c
+++ b/Objects/listobject.c
@@ -2,7 +2,7 @@
#include "Python.h"
#include "pycore_state.h"
-#include "accu.h"
+#include "pycore_accu.h"
#ifdef STDC_HEADERS
#include <stddef.h>