aboutsummaryrefslogtreecommitdiff
path: root/src/WindowState.hh
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/WindowState.hh
parent6c0739e8895c9b909e4d925f57c130b4db3e842e (diff)
downloadfluxbox-078438e9933720f2e1e0a4bf060eff1fe94a703f.zip
fluxbox-078438e9933720f2e1e0a4bf060eff1fe94a703f.tar.bz2
compile fix: missing headers (sun compiler complained about)
Diffstat (limited to 'src/WindowState.hh')
-rw-r--r--src/WindowState.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WindowState.hh b/src/WindowState.hh
index 883443a..6409d13 100644
--- a/src/WindowState.hh
+++ b/src/WindowState.hh
@@ -24,6 +24,7 @@
24 24
25#include "Layer.hh" 25#include "Layer.hh"
26 26
27#include <X11/Xlib.h>
27#include <X11/Xutil.h> 28#include <X11/Xutil.h>
28 29
29#include <string> 30#include <string>