diff options
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/display.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/otk/display.cc b/otk/display.cc index 980fcaaa..4613b9ba 100644 --- a/otk/display.cc +++ b/otk/display.cc @@ -11,6 +11,10 @@ extern "C" { #include <X11/keysym.h> +#ifdef SHAPE +#include <X11/extensions/shape.h> +#endif // SHAPE + #ifdef HAVE_STDIO_H # include <stdio.h> #endif // HAVE_STDIO_H |
