aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-06-29 17:25:24 (GMT)
committermarkt <markt>2007-06-29 17:25:24 (GMT)
commit329fca30fdbbc051a733c6d15efa6b95370ac221 (patch)
tree4090f3986160129efdb9f97a000efdbee44804bc /src/IconbarTool.cc
parent35251ef5c9bcf12abeee3e9b69a0ef85df3319dc (diff)
downloadfluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.zip
fluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.tar.bz2
updates for compiling with gcc 4.3
Diffstat (limited to 'src/IconbarTool.cc')
-rw-r--r--src/IconbarTool.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc
index da9fb59..3509a0c 100644
--- a/src/IconbarTool.cc
+++ b/src/IconbarTool.cc
@@ -49,6 +49,11 @@
49#include <typeinfo> 49#include <typeinfo>
50#include <string> 50#include <string>
51#include <iterator> 51#include <iterator>
52#ifdef HAVE_CSTRING
53 #include <cstring>
54#else
55 #include <string.h>
56#endif
52 57
53using std::string; 58using std::string;
54using std::list; 59using std::list;