iwinfo: add missing include statement
[openwrt.git] / package / network / utils / iwinfo / src / iwinfo_nl80211.c
index 5550e92..b0dc67a 100644 (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)