summaryrefslogtreecommitdiffstats
path: root/src/message-stack.cpp
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2008-01-25 01:47:22 +0000
committerkeescook <keescook@users.sourceforge.net>2008-01-25 01:47:22 +0000
commit0d3df23255d90d09a3a4ece8fdc75370828dc913 (patch)
treeaa755bc3bda4dbccf87bdd448bd8eeea27332b28 /src/message-stack.cpp
parentUpdate (diff)
downloadinkscape-0d3df23255d90d09a3a4ece8fdc75370828dc913.tar.gz
inkscape-0d3df23255d90d09a3a4ece8fdc75370828dc913.zip
first set of updates to headers for clean gcc 4.3 builds
(bzr r4588)
Diffstat (limited to '')
-rw-r--r--src/message-stack.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message-stack.cpp b/src/message-stack.cpp
index d6967fbf8..33a23e7f3 100644
--- a/src/message-stack.cpp
+++ b/src/message-stack.cpp
@@ -9,6 +9,7 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include <string.h>
#include <glib/gstrfuncs.h>
#include "message-stack.h"