diff options
Diffstat (limited to 'src/Xutil.cc')
-rw-r--r-- | src/Xutil.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Xutil.cc b/src/Xutil.cc index c138142..c2fb71f 100644 --- a/src/Xutil.cc +++ b/src/Xutil.cc | |||
@@ -32,6 +32,11 @@ | |||
32 | #include <X11/Xatom.h> | 32 | #include <X11/Xatom.h> |
33 | #include <X11/Xlib.h> | 33 | #include <X11/Xlib.h> |
34 | #include <iostream> | 34 | #include <iostream> |
35 | #ifdef HAVE_CSTRING | ||
36 | #include <cstring> | ||
37 | #else | ||
38 | #include <string.h> | ||
39 | #endif | ||
35 | 40 | ||
36 | using std::string; | 41 | using std::string; |
37 | 42 | ||