From d9153969bfb9b5e72aca86714a4f23dcad48bac9 Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Tue, 17 Jun 2008 00:34:54 +0000 Subject: * src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X. (bzr r5969) --- src/unicoderange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/unicoderange.cpp b/src/unicoderange.cpp index c167d7147..48a300a31 100644 --- a/src/unicoderange.cpp +++ b/src/unicoderange.cpp @@ -1,6 +1,6 @@ #include "unicoderange.h" -#include +#include #include static unsigned int hex2int(char* s){ -- cgit v1.2.3