iwinfo: add missing include statement

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

SVN-Revision: 41955
master
Felix Fietkau 10 years ago
parent 4e074eac21
commit 5a506ca595
  1. 1
      package/network/utils/iwinfo/src/iwinfo_nl80211.c

@ -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)

Loading…
Cancel
Save