aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.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/Slit.cc
parent35251ef5c9bcf12abeee3e9b69a0ef85df3319dc (diff)
downloadfluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.zip
fluxbox-329fca30fdbbc051a733c6d15efa6b95370ac221.tar.bz2
updates for compiling with gcc 4.3
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index f5f1158..118179b 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -75,6 +75,11 @@
75 75
76#include <iostream> 76#include <iostream>
77#include <algorithm> 77#include <algorithm>
78#ifdef HAVE_CSTRING
79 #include <cstring>
80#else
81 #include <string.h>
82#endif
78 83
79using std::string; 84using std::string;
80using std::pair; 85using std::pair;