Added decl for Py_InteractiveFlag.
diff --git a/Include/pydebug.h b/Include/pydebug.h
index 67ee248..03eae8e 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -38,6 +38,7 @@
 extern DL_IMPORT(int) Py_DebugFlag;
 extern DL_IMPORT(int) Py_VerboseFlag;
 extern DL_IMPORT(int) Py_SuppressPrintingFlag;
+extern DL_IMPORT(int) Py_InteractiveFlag;
 
 void Py_FatalError	Py_PROTO((char *));