projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
099c413
)
iwinfo: add missing include statement
author
John Crispin
<john@openwrt.org>
Sun, 3 Aug 2014 11:15:51 +0000
(11:15 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 3 Aug 2014 11:15:51 +0000
(11:15 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r41955
SVN-Revision: 41977
package/network/utils/iwinfo/src/iwinfo_nl80211.c
patch
|
blob
|
history
diff --git
a/package/network/utils/iwinfo/src/iwinfo_nl80211.c
b/package/network/utils/iwinfo/src/iwinfo_nl80211.c
index 5550e92f2f33d8e2ffe4c720d34de0ed65b5a56f..b0dc67a70f6b5e4343e7821b06fd7170fde2f493 100644
(file)
--- a/
package/network/utils/iwinfo/src/iwinfo_nl80211.c
+++ b/
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)