summaryrefslogtreecommitdiff
path: root/src/Ewmh.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/Ewmh.cc
parent35251ef5c9bcf12abeee3e9b69a0ef85df3319dc (diff)
downloadfluxbox_lack-329fca30fdbbc051a733c6d15efa6b95370ac221.zip
fluxbox_lack-329fca30fdbbc051a733c6d15efa6b95370ac221.tar.bz2
updates for compiling with gcc 4.3
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index fc4e3e1..945c7b6 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -42,6 +42,11 @@
42#include <iostream> 42#include <iostream>
43#include <algorithm> 43#include <algorithm>
44#include <new> 44#include <new>
45#ifdef HAVE_CSTRING
46 #include <cstring>
47#else
48 #include <string.h>
49#endif
45 50
46using std::cerr; 51using std::cerr;
47using std::endl; 52using std::endl;