summaryrefslogtreecommitdiff
path: root/otk/display.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/display.cc')
-rw-r--r--otk/display.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/otk/display.cc b/otk/display.cc
index 5bd282e6..33dca01b 100644
--- a/otk/display.cc
+++ b/otk/display.cc
@@ -19,6 +19,10 @@ extern "C" {
#include <X11/extensions/shape.h>
#endif // SHAPE
+#ifdef XINERAMA
+#include <X11/extensions/Xinerama.h>
+#endif // XINERAMA
+
#ifdef HAVE_STDIO_H
# include <stdio.h>
#endif // HAVE_STDIO_H