aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r--src/FocusControl.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc
index 126f8b1..8706752 100644
--- a/src/FocusControl.cc
+++ b/src/FocusControl.cc
@@ -35,6 +35,11 @@
35 35
36#include <string> 36#include <string>
37#include <iostream> 37#include <iostream>
38#ifdef HAVE_CSTRING
39 #include <cstring>
40#else
41 #include <string.h>
42#endif
38 43
39using std::cerr; 44using std::cerr;
40using std::endl; 45using std::endl;