summaryrefslogtreecommitdiffstats
path: root/Modules/_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_json.c')
-rw-r--r--Modules/_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_json.c b/Modules/_json.c
index ac6e017..53e1e88 100644
--- a/Modules/_json.c
+++ b/Modules/_json.c
@@ -7,7 +7,7 @@
#include "Python.h"
#include "structmember.h"
-#include "accu.h"
+#include "pycore_accu.h"
#ifdef __GNUC__
#define UNUSED __attribute__((__unused__))