aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-06-29 17:33:28 (GMT)
committermarkt <markt>2007-06-29 17:33:28 (GMT)
commit424c113f236b5b5635aa023bf9758463fbef44d0 (patch)
tree538fa32fe957237fb05df87fcbf124a9d87f6910 /src/RootTheme.cc
parent4def8fad56d9503b5388678dbd721e4b7ed5c254 (diff)
downloadfluxbox-424c113f236b5b5635aa023bf9758463fbef44d0.zip
fluxbox-424c113f236b5b5635aa023bf9758463fbef44d0.tar.bz2
updates for compiling with gcc 4.3
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r--src/RootTheme.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc
index 4e5c9fe..5189fbb 100644
--- a/src/RootTheme.cc
+++ b/src/RootTheme.cc
@@ -41,6 +41,11 @@
41 41
42#include <sys/types.h> 42#include <sys/types.h>
43#include <sys/wait.h> 43#include <sys/wait.h>
44#ifdef HAVE_CSTRING
45 #include <cstring>
46#else
47 #include <string.h>
48#endif
44 49
45using std::cerr; 50using std::cerr;
46using std::endl; 51using std::endl;