Code

* src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X.
authormjwybrow <mjwybrow@users.sourceforge.net>
Tue, 17 Jun 2008 00:34:54 +0000 (00:34 +0000)
committermjwybrow <mjwybrow@users.sourceforge.net>
Tue, 17 Jun 2008 00:34:54 +0000 (00:34 +0000)
src/unicoderange.cpp

index c167d71472db46d110ef098b3689e7b9874d05ec..48a300a314db45dcd8561c9ba9dc1aed79d97993 100644 (file)
@@ -1,6 +1,6 @@
 #include "unicoderange.h"
 
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 
 static unsigned int hex2int(char* s){