projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a506ca
)
iwcap: add missing include
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Aug 2014 10:45:28 +0000
(10:45 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Aug 2014 10:45:28 +0000
(10:45 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41956
package/network/utils/iwcap/src/iwcap.c
patch
|
blob
|
history
diff --git
a/package/network/utils/iwcap/src/iwcap.c
b/package/network/utils/iwcap/src/iwcap.c
index a71dca23206b668ad1b88017e3ee031f3d3adbcd..d335e500e8aea05d78b82e130782c490c97967e4 100644
(file)
--- a/
package/network/utils/iwcap/src/iwcap.c
+++ b/
package/network/utils/iwcap/src/iwcap.c
@@
-26,6
+26,7
@@
#include <signal.h>
#include <syslog.h>
#include <errno.h>
+#include <byteswap.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/ioctl.h>