]> granicus.if.org Git - python/commitdiff
Include Python.h, not allobjects.h (which no longer exists).
authorGuido van Rossum <guido@python.org>
Mon, 5 May 1997 21:45:44 +0000 (21:45 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 5 May 1997 21:45:44 +0000 (21:45 +0000)
PC/import_nt.c

index d34033cf91aac4175d2fabb9e7b76b739aff8263..e340bb99c6d9313d76104b838f1055abb1266867 100644 (file)
@@ -6,7 +6,7 @@
 
 */
 
-#include "allobjects.h"
+#include "Python.h"
 #include "osdefs.h"
 #include <windows.h>
 #include "importdl.h"