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/helper-fns.h | |
| 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/helper-fns.h')
| -rw-r--r-- | src/helper-fns.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper-fns.h b/src/helper-fns.h index a4ce8e3b5..b1a1e37f0 100644 --- a/src/helper-fns.h +++ b/src/helper-fns.h @@ -13,6 +13,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include <string.h> + #include <sstream> // calling helperfns_read_number(string, false), it's not obvious, what |
