all repos — fluxbox @ cd73887b11cdb34dc107e658a490f4e1246f4d93

custom fork of the fluxbox windowmanager

added include command to ITypeAheadable.hh header for tolower()
markt markt
commit

cd73887b11cdb34dc107e658a490f4e1246f4d93

parent

d927862a8f09f8d10b7ff06e851c43d2a48e0fa6

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M src/FbTk/ITypeAheadable.hhsrc/FbTk/ITypeAheadable.hh

@@ -24,6 +24,12 @@ #define FBTK_ITYPEAHEADABLE_HH

#include <string> +#ifdef HAVE_CCTYPE + #include <cctype> +#else + #include <ctype.h> +#endif // HAVE_CCTYPE + namespace FbTk { // abstract base class providing access and validation