From: Johannes Berg Date: Tue, 21 Sep 2010 17:27:22 +0000 (+0200) Subject: make iw build on FC8 X-Git-Tag: v0.9.21~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd284384a435a4cfa31f1946174aa195a746fb1f;p=thirdparty%2Fiw.git make iw build on FC8 Signed-off-by: Ben Greear [modified to not break build elsewhere] Signed-off-by: Johannes Berg --- diff --git a/bitrate.c b/bitrate.c index 8de8839..c134c70 100644 --- a/bitrate.c +++ b/bitrate.c @@ -1,4 +1,8 @@ #include +#ifndef __USE_ISOC99 +#define __USE_ISOC99 +#endif +#include #include "nl80211.h" #include "iw.h"