summaryrefslogtreecommitdiff
path: root/Objects/odictobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/odictobject.c')
-rw-r--r--Objects/odictobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/odictobject.c b/Objects/odictobject.c
index e1ee53beae..8ad8f384c4 100644
--- a/Objects/odictobject.c
+++ b/Objects/odictobject.c
@@ -470,6 +470,7 @@ later:
*/
#include "Python.h"
+#include "internal/pystate.h"
#include "structmember.h"
#include "dict-common.h"
#include <stddef.h>