diff options
Diffstat (limited to 'Objects/methodobject.c')
-rw-r--r-- | Objects/methodobject.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/methodobject.c b/Objects/methodobject.c index 4050922..2cf3146 100644 --- a/Objects/methodobject.c +++ b/Objects/methodobject.c @@ -2,6 +2,8 @@ /* Method object implementation */ #include "Python.h" +#include "internal/mem.h" +#include "internal/pystate.h" #include "structmember.h" /* Free list for method objects to safe malloc/free overhead |