From ff50ad53a92b3ce35f1f6a810a808aba02594bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Sat, 30 Sep 2000 17:34:31 +0000 Subject: Fix header file usage so that NULL is defined. NULL is needed by unicodedata_db.h. --- Modules/unicodedatabase.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/unicodedatabase.c b/Modules/unicodedatabase.c index 80a36cb..1a835b1 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! */ -- cgit v0.12