summaryrefslogtreecommitdiffstats
path: root/src/unicoderange.cpp
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-06-16 15:44:16 +0000
committerishmal <ishmal@users.sourceforge.net>2008-06-16 15:44:16 +0000
commit0a3a81e0a4425265790799ecda2f8c35eb5d363e (patch)
treebc29cde75717b26652b7dc562d6f922fed966a4f /src/unicoderange.cpp
parentdon't use exact bbox in nr_arena_shape_update (speed-up) (diff)
downloadinkscape-0a3a81e0a4425265790799ecda2f8c35eb5d363e.tar.gz
inkscape-0a3a81e0a4425265790799ecda2f8c35eb5d363e.zip
minor tweak for portability. linux compile was broken
(bzr r5953)
Diffstat (limited to 'src/unicoderange.cpp')
-rw-r--r--src/unicoderange.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/unicoderange.cpp b/src/unicoderange.cpp
index c40891009..c167d7147 100644
--- a/src/unicoderange.cpp
+++ b/src/unicoderange.cpp
@@ -1,4 +1,7 @@
-#include<unicoderange.h>
+#include "unicoderange.h"
+
+#include <malloc.h>
+#include <string.h>
static unsigned int hex2int(char* s){
int res=0;