aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
authormathias <mathias>2007-04-17 07:52:40 (GMT)
committermathias <mathias>2007-04-17 07:52:40 (GMT)
commit6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa (patch)
tree13906ff4f8b3beee31b866695f742971407ee795 /src/Keys.cc
parent20a339fc066e5580777ea17f22bec8fde0e817dd (diff)
downloadfluxbox-6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa.zip
fluxbox-6ac57655d9b0cf02d449aa9a01c7a82f5f3bbffa.tar.bz2
basicly cosmetic changes, patch by slava semushin
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc8
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>