From: mjwybrow Date: Tue, 17 Jun 2008 00:34:54 +0000 (+0000) Subject: * src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=405bfcd5c2fcc8730a8e96d0adc2e6358bb315ac;p=inkscape.git * src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X. --- 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){