iwinfo: add missing include statement

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

SVN-Revision: 41955
lede-17.01
Felix Fietkau 2014-08-03 10:45:23 +00:00
parent 4e074eac21
commit 5a506ca595
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)