Fix header file usage so that NULL is defined. NULL is needed by

unicodedata_db.h.
This commit is contained in:
Marc-André Lemburg 2000-09-30 17:34:31 +00:00
parent 3a5a2bd486
commit ff50ad53a9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
------------------------------------------------------------------------ */
#include <stdlib.h>
#include "Python.h"
#include "unicodedatabase.h"
/* read the actual data from a separate file! */