From 7688bbad61a7614420e9e4d6cf99b484c8156c4b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 5 May 1997 21:45:44 +0000 Subject: [PATCH] Include Python.h, not allobjects.h (which no longer exists). --- PC/import_nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include "importdl.h" -- 2.50.1