From: Marc-André Lemburg Date: Sat, 30 Sep 2000 17:34:31 +0000 (+0000) Subject: Fix header file usage so that NULL is defined. NULL is needed by X-Git-Tag: v2.0c1~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff50ad53a92b3ce35f1f6a810a808aba02594bfd;p=thirdparty%2FPython%2Fcpython.git Fix header file usage so that NULL is defined. NULL is needed by unicodedata_db.h. --- diff --git a/Modules/unicodedatabase.c b/Modules/unicodedatabase.c index 80a36cb471c3..1a835b1c7488 100644 --- a/Modules/unicodedatabase.c +++ b/Modules/unicodedatabase.c @@ -11,7 +11,7 @@ ------------------------------------------------------------------------ */ -#include +#include "Python.h" #include "unicodedatabase.h" /* read the actual data from a separate file! */