summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-05 21:45:44 +0000
committerGuido van Rossum <guido@python.org>1997-05-05 21:45:44 +0000
commit7688bbad61a7614420e9e4d6cf99b484c8156c4b (patch)
tree761e4ddf11a6bed5cd1b3d09dd57c9091582a94e
parenta027efa5bfa7911b5c4b522b6a0698749a6f2e4a (diff)
downloadcpython-git-7688bbad61a7614420e9e4d6cf99b484c8156c4b.tar.gz
Include Python.h, not allobjects.h (which no longer exists).
-rw-r--r--PC/import_nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/import_nt.c b/PC/import_nt.c
index d34033cf91..e340bb99c6 100644
--- a/PC/import_nt.c
+++ b/PC/import_nt.c
@@ -6,7 +6,7 @@
*/
-#include "allobjects.h"
+#include "Python.h"
#include "osdefs.h"
#include <windows.h>
#include "importdl.h"