diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2008-06-17 00:34:54 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2008-06-17 00:34:54 +0000 |
| commit | d9153969bfb9b5e72aca86714a4f23dcad48bac9 (patch) | |
| tree | 340f6faede12b5fb8db136dcdd6ef3714e3d7965 /src/unicoderange.cpp | |
| parent | use 2geom method to calc boundingbox of shape (diff) | |
| download | inkscape-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.cpp | 2 |
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){ |
