iwinfo: add missing include statement
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41955
This commit is contained in:
parent
4e074eac21
commit
5a506ca595
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue