]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
make iw build on FC8
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 21 Sep 2010 17:27:22 +0000 (19:27 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 21 Sep 2010 17:27:22 +0000 (19:27 +0200)
Signed-off-by: Ben Greear <greearb@candelatech.com>
[modified to not break build elsewhere]
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
bitrate.c

index 8de8839533bee00656c35434d9a96c4c6ddeabf9..c134c70974a8601b744a90e4f745f51efa900685 100644 (file)
--- a/bitrate.c
+++ b/bitrate.c
@@ -1,4 +1,8 @@
 #include <errno.h>
+#ifndef __USE_ISOC99
+#define __USE_ISOC99
+#endif
+#include <stdlib.h>
 
 #include "nl80211.h"
 #include "iw.h"