iwinfo: add missing include statement
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Aug 2014 11:15:51 +0000 (11:15 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Aug 2014 11:15:51 +0000 (11:15 +0000)
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

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)