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/Remember.cc | |
parent | 35251ef5c9bcf12abeee3e9b69a0ef85df3319dc (diff) | |
download | fluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.zip fluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.tar.bz2 |
updates for compiling with gcc 4.3
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index cb1114c..12b5097 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -44,6 +44,11 @@ | |||
44 | 44 | ||
45 | 45 | ||
46 | #include <X11/Xlib.h> | 46 | #include <X11/Xlib.h> |
47 | #ifdef HAVE_CSTRING | ||
48 | #include <cstring> | ||
49 | #else | ||
50 | #include <string.h> | ||
51 | #endif | ||
47 | 52 | ||
48 | //use GNU extensions | 53 | //use GNU extensions |
49 | #ifndef _GNU_SOURCE | 54 | #ifndef _GNU_SOURCE |