diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 3db8ddc..99e88d6 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -135,6 +135,11 @@ extern "C" { | |||
135 | #include <algorithm> | 135 | #include <algorithm> |
136 | #include <functional> | 136 | #include <functional> |
137 | #include <stack> | 137 | #include <stack> |
138 | #ifdef HAVE_CSTRING | ||
139 | #include <cstring> | ||
140 | #else | ||
141 | #include <string.h> | ||
142 | #endif | ||
138 | 143 | ||
139 | using std::cerr; | 144 | using std::cerr; |
140 | using std::endl; | 145 | using std::endl; |