From: John Crispin Date: Sun, 3 Aug 2014 11:15:51 +0000 (+0000) Subject: iwinfo: add missing include statement X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b14ec29835dd7e686cb9cec47be209e116ca38c1;p=openwrt%2Fsvn-archive%2Fopenwrt.git iwinfo: add missing include statement Signed-off-by: Felix Fietkau Backport of r41955 SVN-Revision: 41977 --- diff --git a/package/network/utils/iwinfo/src/iwinfo_nl80211.c b/package/network/utils/iwinfo/src/iwinfo_nl80211.c index 5550e92f2f..b0dc67a70f 100644 --- a/package/network/utils/iwinfo/src/iwinfo_nl80211.c +++ b/package/network/utils/iwinfo/src/iwinfo_nl80211.c @@ -22,6 +22,7 @@ * Parts of this code are derived from the Linux iw utility. */ +#include #include "iwinfo_nl80211.h" #define min(x, y) ((x) < (y)) ? (x) : (y)