summaryrefslogtreecommitdiff
path: root/PC/import_nt.c
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
commit9d69febc05ed1a467e1aa24eaba474507abd1b83 (patch)
tree82bd6e1f027e49b11473afcb4bbde0949c5f23e3 /PC/import_nt.c
parent17ce232faba01c7eb40593120c4c2a5fa2885eb6 (diff)
downloadcpython-9d69febc05ed1a467e1aa24eaba474507abd1b83.tar.gz
Include Python.h, not allobjects.h (which no longer exists).
Diffstat (limited to 'PC/import_nt.c')
-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"