summaryrefslogtreecommitdiffstats
path: root/Objects/interpreteridobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/interpreteridobject.c')
-rw-r--r--Objects/interpreteridobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/interpreteridobject.c b/Objects/interpreteridobject.c
index 4623910..7a3e245 100644
--- a/Objects/interpreteridobject.c
+++ b/Objects/interpreteridobject.c
@@ -3,7 +3,7 @@
#include "Python.h"
#include "pycore_abstract.h" // _PyIndex_Check()
#include "pycore_interp.h" // _PyInterpreterState_LookUpID()
-#include "interpreteridobject.h"
+#include "pycore_interp_id.h" // _PyInterpreterID_Type
typedef struct interpid {