diff options
Diffstat (limited to 'Objects/accu.c')
-rw-r--r-- | Objects/accu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/accu.c b/Objects/accu.c index 88e8f08f59..5bd2ee41fe 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) |