aboutsummaryrefslogtreecommitdiff
path: root/src/ScreenPlacement.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-06-29 17:33:28 (GMT)
committermarkt <markt>2007-06-29 17:33:28 (GMT)
commit424c113f236b5b5635aa023bf9758463fbef44d0 (patch)
tree538fa32fe957237fb05df87fcbf124a9d87f6910 /src/ScreenPlacement.cc
parent4def8fad56d9503b5388678dbd721e4b7ed5c254 (diff)
downloadfluxbox-424c113f236b5b5635aa023bf9758463fbef44d0.zip
fluxbox-424c113f236b5b5635aa023bf9758463fbef44d0.tar.bz2
updates for compiling with gcc 4.3
Diffstat (limited to 'src/ScreenPlacement.cc')
-rw-r--r--src/ScreenPlacement.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ScreenPlacement.cc b/src/ScreenPlacement.cc
index 85f2487..d614488 100644
--- a/src/ScreenPlacement.cc
+++ b/src/ScreenPlacement.cc
@@ -35,6 +35,11 @@
35 35
36#include <iostream> 36#include <iostream>
37#include <exception> 37#include <exception>
38#ifdef HAVE_CSTRING
39 #include <cstring>
40#else
41 #include <string.h>
42#endif
38using std::cerr; 43using std::cerr;
39using std::endl; 44using std::endl;
40 45