Added Tabcheck flag.
diff --git a/Include/pydebug.h b/Include/pydebug.h
index 3fe758a..d41a1e8 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -42,6 +42,7 @@
 extern DL_IMPORT(int) Py_NoSiteFlag;
 extern DL_IMPORT(int) Py_UseClassExceptionsFlag;
 extern DL_IMPORT(int) Py_FrozenFlag;
+extern DL_IMPORT(int) Py_TabcheckFlag;
 
 void Py_FatalError	Py_PROTO((char *));