From 405bfcd5c2fcc8730a8e96d0adc2e6358bb315ac Mon Sep 17 00:00:00 2001 From: mjwybrow Date: Tue, 17 Jun 2008 00:34:54 +0000 Subject: [PATCH] * src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X. --- src/unicoderange.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){ -- 2.30.2