summaryrefslogtreecommitdiffstats
path: root/src/unicoderange.cpp
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2008-06-17 00:34:54 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2008-06-17 00:34:54 +0000
commitd9153969bfb9b5e72aca86714a4f23dcad48bac9 (patch)
tree340f6faede12b5fb8db136dcdd6ef3714e3d7965 /src/unicoderange.cpp
parentuse 2geom method to calc boundingbox of shape (diff)
downloadinkscape-d9153969bfb9b5e72aca86714a4f23dcad48bac9.tar.gz
inkscape-d9153969bfb9b5e72aca86714a4f23dcad48bac9.zip
* src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X.
(bzr r5969)
Diffstat (limited to 'src/unicoderange.cpp')
-rw-r--r--src/unicoderange.cpp2
1 files changed, 1 insertions, 1 deletions
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 <malloc.h>
+#include <stdlib.h>
#include <string.h>
static unsigned int hex2int(char* s){