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/selcue.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/selcue.cpp')
| -rw-r--r-- | src/selcue.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/selcue.cpp b/src/selcue.cpp index 3bac1713c..4eba1f756 100644 --- a/src/selcue.cpp +++ b/src/selcue.cpp @@ -12,6 +12,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#include <string.h> + #include "desktop-handles.h" #include "selection.h" #include "display/sp-canvas-util.h" |
