iwinfo: add missing include statement

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

Backport of r41955

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41977 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2014-08-03 11:15:51 +00:00
parent 608ee90002
commit 4cbce45fdb
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
* Parts of this code are derived from the Linux iw utility.
*/
#include <limits.h>
#include "iwinfo_nl80211.h"
#define min(x, y) ((x) < (y)) ? (x) : (y)