diff options
Diffstat (limited to 'src/Keys.cc')
-rw-r--r-- | src/Keys.cc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Keys.cc b/src/Keys.cc index 97a83bf..fd96fe8 100644 --- a/src/Keys.cc +++ b/src/Keys.cc | |||
@@ -39,9 +39,11 @@ | |||
39 | #endif // HAVE_CONFIG_H | 39 | #endif // HAVE_CONFIG_H |
40 | 40 | ||
41 | 41 | ||
42 | #ifdef HAVE_CTYPE_H | 42 | #ifdef HAVE_CCTYPE |
43 | #include <ctype.h> | 43 | #include <cctype> |
44 | #endif // HAVE_CTYPE_H | 44 | #else |
45 | #include <ctype.h> | ||
46 | #endif // HAVE_CCTYPE | ||
45 | 47 | ||
46 | #ifdef HAVE_CSTDIO | 48 | #ifdef HAVE_CSTDIO |
47 | #include <cstdio> | 49 | #include <cstdio> |