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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7688bbad61a7614420e9e4d6cf99b484c8156c4b;p=python Include Python.h, not allobjects.h (which no longer exists). --- 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"