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 5a6bdfa..f8d3598 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -41,6 +41,11 @@ | |||
41 | #include <iostream> | 41 | #include <iostream> |
42 | #include <algorithm> | 42 | #include <algorithm> |
43 | #include <new> | 43 | #include <new> |
44 | #ifdef HAVE_CSTRING | ||
45 | #include <cstring> | ||
46 | #else | ||
47 | #include <string.h> | ||
48 | #endif | ||
44 | 49 | ||
45 | using std::cerr; | 50 | using std::cerr; |
46 | using std::endl; | 51 | using std::endl; |