diff options
| author | Kees Cook <kees@outflux.net> | 2008-01-25 01:47:22 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2008-01-25 01:47:22 +0000 |
| commit | 0d3df23255d90d09a3a4ece8fdc75370828dc913 (patch) | |
| tree | aa755bc3bda4dbccf87bdd448bd8eeea27332b28 /src/pedro/pedroconfig.cpp | |
| parent | Update (diff) | |
| download | inkscape-0d3df23255d90d09a3a4ece8fdc75370828dc913.tar.gz inkscape-0d3df23255d90d09a3a4ece8fdc75370828dc913.zip | |
first set of updates to headers for clean gcc 4.3 builds
(bzr r4588)
Diffstat (limited to 'src/pedro/pedroconfig.cpp')
| -rw-r--r-- | src/pedro/pedroconfig.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pedro/pedroconfig.cpp b/src/pedro/pedroconfig.cpp index fdade21d7..08b9cd17b 100644 --- a/src/pedro/pedroconfig.cpp +++ b/src/pedro/pedroconfig.cpp @@ -49,6 +49,8 @@ We are expecting an xml file with this format: #include "pedrodom.h" #include <stdio.h> +#include <stdlib.h> +#include <string.h> namespace Pedro { |
