From: Guido van Rossum Date: Mon, 5 May 1997 21:45:44 +0000 (+0000) Subject: Include Python.h, not allobjects.h (which no longer exists). X-Git-Tag: v1.5a1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7688bbad61a7614420e9e4d6cf99b484c8156c4b;p=thirdparty%2FPython%2Fcpython.git Include Python.h, not allobjects.h (which no longer exists). --- diff --git a/PC/import_nt.c b/PC/import_nt.c index d34033cf91aa..e340bb99c6d9 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"