diff options
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index fc4e3e1..945c7b6 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -42,6 +42,11 @@ | |||
42 | #include <iostream> | 42 | #include <iostream> |
43 | #include <algorithm> | 43 | #include <algorithm> |
44 | #include <new> | 44 | #include <new> |
45 | #ifdef HAVE_CSTRING | ||
46 | #include <cstring> | ||
47 | #else | ||
48 | #include <string.h> | ||
49 | #endif | ||
45 | 50 | ||
46 | using std::cerr; | 51 | using std::cerr; |
47 | using std::endl; | 52 | using std::endl; |