mcabber/src/settings.h
changeset 498 879ffddc13b0
parent 364 33b8e801ffa6
child 521 cc8c969ab6e5
--- a/mcabber/src/settings.h	Mon Oct 10 22:59:32 2005 +0200
+++ b/mcabber/src/settings.h	Mon Oct 10 23:00:00 2005 +0200
@@ -1,11 +1,12 @@
 #ifndef __SETTINGS_H__
 #define __SETTINGS_H__ 1
 
+#include <ctype.h>
 #include <glib.h>
 
 #include "jabglue.h"
 
-#ifndef	__USE_ISOC99
+#ifndef isblank
 # define isblank(c)  ((c) == 0x20 || (c) == 0x09)
 #endif