summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/Python.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h
index 232cdbe..f332836 100644
--- a/Include/Python.h
+++ b/Include/Python.h
@@ -116,6 +116,9 @@
#include "abstract.h"
+#include "compile.h"
+#include "eval.h"
+
/* _Py_Mangle is defined in compile.c */
PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \
char *buffer, size_t maxlen);