From: blogic Date: Sun, 3 Aug 2014 11:15:51 +0000 (+0000) Subject: iwinfo: add missing include statement X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4cbce45fdbb3ef89d1062f3680af46f0cf056508;p=14.07%2Fopenwrt.git iwinfo: add missing include statement Signed-off-by: Felix Fietkau Backport of r41955 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41977 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/utils/iwinfo/src/iwinfo_nl80211.c b/package/network/utils/iwinfo/src/iwinfo_nl80211.c index 5550e92..b0dc67a 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)