diff options
Diffstat (limited to 'Objects/funcobject.c')
-rw-r--r-- | Objects/funcobject.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/funcobject.c b/Objects/funcobject.c index e440258..d376f9c 100644 --- a/Objects/funcobject.c +++ b/Objects/funcobject.c @@ -2,6 +2,8 @@ /* Function object implementation */ #include "Python.h" +#include "internal/mem.h" +#include "internal/pystate.h" #include "code.h" #include "structmember.h" |