aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Shape.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2009-10-01 06:41:04 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2009-10-01 06:41:04 (GMT)
commit078438e9933720f2e1e0a4bf060eff1fe94a703f (patch)
tree0b3882e6ea5d17a8ed53a1e262910638414bd65b /src/FbTk/Shape.cc
parent6c0739e8895c9b909e4d925f57c130b4db3e842e (diff)
downloadfluxbox-078438e9933720f2e1e0a4bf060eff1fe94a703f.zip
fluxbox-078438e9933720f2e1e0a4bf060eff1fe94a703f.tar.bz2
compile fix: missing headers (sun compiler complained about)
Diffstat (limited to 'src/FbTk/Shape.cc')
-rw-r--r--src/FbTk/Shape.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/FbTk/Shape.cc b/src/FbTk/Shape.cc
index e7e2563..c952403 100644
--- a/src/FbTk/Shape.cc
+++ b/src/FbTk/Shape.cc
@@ -36,6 +36,12 @@
36 #include <string.h> 36 #include <string.h>
37#endif 37#endif
38 38
39#ifdef HAVE_CSTDLIB
40 #include <cstdlib>
41#else
42 #include <stdlib.h>
43#endif
44
39#include <X11/Xutil.h> 45#include <X11/Xutil.h>
40 46
41#ifdef SHAPE 47#ifdef SHAPE