aboutsummaryrefslogtreecommitdiff
path: root/src/Resources.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/Resources.cc
parent35251ef5c9bcf12abeee3e9b69a0ef85df3319dc (diff)
downloadfluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.zip
fluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.tar.bz2
updates for compiling with gcc 4.3
Diffstat (limited to 'src/Resources.cc')
-rw-r--r--src/Resources.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Resources.cc b/src/Resources.cc
index 9603523..fde08d7 100644
--- a/src/Resources.cc
+++ b/src/Resources.cc
@@ -35,6 +35,11 @@
35#include <stdio.h> 35#include <stdio.h>
36#include <string> 36#include <string>
37#include <vector> 37#include <vector>
38#ifdef HAVE_CSTRING
39 #include <cstring>
40#else
41 #include <string.h>
42#endif
38 43
39using std::string; 44using std::string;
40using std::vector; 45using std::vector;