]> granicus.if.org Git - python/commitdiff
Fix header file usage so that NULL is defined. NULL is needed by
authorMarc-André Lemburg <mal@egenix.com>
Sat, 30 Sep 2000 17:34:31 +0000 (17:34 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 30 Sep 2000 17:34:31 +0000 (17:34 +0000)
unicodedata_db.h.

Modules/unicodedatabase.c

index 80a36cb471c3f1f9fee4224132dcd51f47f1e504..1a835b1c748819c8b105bd25e45d4c9c22a36b27 100644 (file)
@@ -11,7 +11,7 @@
 
    ------------------------------------------------------------------------ */
 
-#include <stdlib.h>
+#include "Python.h"
 #include "unicodedatabase.h"
 
 /* read the actual data from a separate file! */