Issue #14387: Do not include accu.h from Python.h.
diff --git a/Objects/accu.c b/Objects/accu.c
index 88e8f08..5bd2ee4 100644
--- a/Objects/accu.c
+++ b/Objects/accu.c
@@ -1,6 +1,7 @@
 /* Accumulator struct implementation */
 
 #include "Python.h"
+#include "accu.h"
 
 static PyObject *
 join_list_unicode(PyObject *lst)