diff options
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r-- | src/CurrentWindowCmd.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.cc b/src/CurrentWindowCmd.cc index 2575a39..b73de01 100644 --- a/src/CurrentWindowCmd.cc +++ b/src/CurrentWindowCmd.cc | |||
@@ -36,6 +36,17 @@ | |||
36 | #include "FbTk/stringstream.hh" | 36 | #include "FbTk/stringstream.hh" |
37 | #include "FbTk/StringUtil.hh" | 37 | #include "FbTk/StringUtil.hh" |
38 | 38 | ||
39 | #ifdef HAVE_CONFIG_H | ||
40 | #include "config.h" | ||
41 | #endif // HAVE_CONFIG_H | ||
42 | |||
43 | #ifdef HAVE_CSTDLIB | ||
44 | #include <cstdlib> | ||
45 | #else | ||
46 | #include <stdlib.h> | ||
47 | #endif | ||
48 | |||
49 | |||
39 | using FbTk::Command; | 50 | using FbTk::Command; |
40 | 51 | ||
41 | namespace { | 52 | namespace { |