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/WinClient.cc | |
parent | 35251ef5c9bcf12abeee3e9b69a0ef85df3319dc (diff) | |
download | fluxbox_pavel-329fca30fdbbc051a733c6d15efa6b95370ac221.zip fluxbox_pavel-329fca30fdbbc051a733c6d15efa6b95370ac221.tar.bz2 |
updates for compiling with gcc 4.3
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index bb6bf10..250a0b8 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -43,6 +43,11 @@ | |||
43 | #else | 43 | #else |
44 | #include <assert.h> | 44 | #include <assert.h> |
45 | #endif | 45 | #endif |
46 | #ifdef HAVE_CSTRING | ||
47 | #include <cstring> | ||
48 | #else | ||
49 | #include <string.h> | ||
50 | #endif | ||
46 | 51 | ||
47 | using std::string; | 52 | using std::string; |
48 | using std::list; | 53 | using std::list; |