summaryrefslogtreecommitdiffstats
path: root/Objects/bytesobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/bytesobject.c')
-rw-r--r--Objects/bytesobject.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/bytesobject.c b/Objects/bytesobject.c
index e95ab9c..d91cb7d 100644
--- a/Objects/bytesobject.c
+++ b/Objects/bytesobject.c
@@ -3,6 +3,8 @@
#define PY_SSIZE_T_CLEAN
#include "Python.h"
+#include "internal/mem.h"
+#include "internal/pystate.h"
#include "bytes_methods.h"
#include "pystrhex.h"