diff options
author | markt <markt> | 2007-06-29 17:25:24 (GMT) |
---|---|---|
committer | markt <markt> | 2007-06-29 17:25:24 (GMT) |
commit | 329fca30fdbbc051a733c6d15efa6b95370ac221 (patch) | |
tree | 4090f3986160129efdb9f97a000efdbee44804bc /src/Ewmh.cc | |
parent | 35251ef5c9bcf12abeee3e9b69a0ef85df3319dc (diff) | |
download | fluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.zip fluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.tar.bz2 |
updates for compiling with gcc 4.3
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 5 |
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 | ||
46 | using std::cerr; | 51 | using std::cerr; |
47 | using std::endl; | 52 | using std::endl; |