diff options
Diffstat (limited to 'Objects/bytearrayobject.c')
-rw-r--r-- | Objects/bytearrayobject.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/bytearrayobject.c b/Objects/bytearrayobject.c index 857a1aa070..d09b1f22b4 100644 --- a/Objects/bytearrayobject.c +++ b/Objects/bytearrayobject.c @@ -2,6 +2,8 @@ #define PY_SSIZE_T_CLEAN #include "Python.h" +#include "internal/mem.h" +#include "internal/pystate.h" #include "structmember.h" #include "bytes_methods.h" #include "bytesobject.h" |