diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-06-23 18:08:05 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-06-23 18:08:05 +0000 |
| commit | 200cb9c876215c109d0727aa13b1e5ffe5ce7f22 (patch) | |
| tree | 0578c3e4448fd2a4e2cdf2df1a82e73a752337c5 /src | |
| parent | need #include <typeinfo> (diff) | |
| download | inkscape-200cb9c876215c109d0727aa13b1e5ffe5ce7f22.tar.gz inkscape-200cb9c876215c109d0727aa13b1e5ffe5ce7f22.zip | |
add #include <string.h> for portability
(bzr r6029)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pedro/pedroutil.cpp | 2 |
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" |
