# HG changeset patch # User Mikael Berthe # Date 1128978000 -7200 # Node ID 879ffddc13b09c317cb7fb37f819c44ccedcde9f # Parent b5c2c3c50435a133854ea6eb4326ff72bc2602fd Suppress a compilation warning diff -r b5c2c3c50435 -r 879ffddc13b0 mcabber/src/settings.h --- 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 #include #include "jabglue.h" -#ifndef __USE_ISOC99 +#ifndef isblank # define isblank(c) ((c) == 0x20 || (c) == 0x09) #endif