mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
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
@ -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…
x
Reference in New Issue
Block a user