summaryrefslogtreecommitdiffstats
path: root/Objects/exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r--Objects/exceptions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c
index 13c1be9..1b70be7 100644
--- a/Objects/exceptions.c
+++ b/Objects/exceptions.c
@@ -6,6 +6,8 @@
#define PY_SSIZE_T_CLEAN
#include <Python.h>
+#include "internal/mem.h"
+#include "internal/pystate.h"
#include "structmember.h"
#include "osdefs.h"