summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-06-23 18:08:05 +0000
committerishmal <ishmal@users.sourceforge.net>2008-06-23 18:08:05 +0000
commit200cb9c876215c109d0727aa13b1e5ffe5ce7f22 (patch)
tree0578c3e4448fd2a4e2cdf2df1a82e73a752337c5 /src
parentneed #include <typeinfo> (diff)
downloadinkscape-200cb9c876215c109d0727aa13b1e5ffe5ce7f22.tar.gz
inkscape-200cb9c876215c109d0727aa13b1e5ffe5ce7f22.zip
add #include <string.h> for portability
(bzr r6029)
Diffstat (limited to 'src')
-rw-r--r--src/pedro/pedroutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pedro/pedroutil.cpp b/src/pedro/pedroutil.cpp
index e4433a6b5..09407ff08 100644
--- a/src/pedro/pedroutil.cpp
+++ b/src/pedro/pedroutil.cpp
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <stdarg.h>
-
+#include <string.h>
#include <sys/stat.h>
#include "pedroutil.h"