iwinfo: add missing include statement
authorFelix Fietkau <nbd@openwrt.org>
Sun, 3 Aug 2014 10:45:23 +0000 (10:45 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 3 Aug 2014 10:45:23 +0000 (10:45 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41955

package/network/utils/iwinfo/src/iwinfo_nl80211.c

index 5550e92f2f33d8e2ffe4c720d34de0ed65b5a56f..b0dc67a70f6b5e4343e7821b06fd7170fde2f493 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)