iwinfo: add missing include statement

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

SVN-Revision: 41955
v19.07.3_mercusys_ac12_duma
Felix Fietkau 10 years ago
parent 4e074eac21
commit 5a506ca595

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