summaryrefslogtreecommitdiff
path: root/Objects/memoryobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/memoryobject.c')
-rw-r--r--Objects/memoryobject.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/memoryobject.c b/Objects/memoryobject.c
index 1b95af2d4a..ccf45ffc58 100644
--- a/Objects/memoryobject.c
+++ b/Objects/memoryobject.c
@@ -1,6 +1,8 @@
/* Memoryview object implementation */
#include "Python.h"
+#include "internal/mem.h"
+#include "internal/pystate.h"
#include "pystrhex.h"
#include <stddef.h>