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/sp-fecolormatrix.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/sp-fecolormatrix.cpp')
| -rw-r--r-- | src/sp-fecolormatrix.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-fecolormatrix.cpp b/src/sp-fecolormatrix.cpp index 60d312db1..4f4ca5f37 100644 --- a/src/sp-fecolormatrix.cpp +++ b/src/sp-fecolormatrix.cpp @@ -19,6 +19,8 @@ # include "config.h" #endif +#include <string.h> + #include "attributes.h" #include "svg/svg.h" #include "sp-fecolormatrix.h" |
