aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-03 11:15:53 +0000
committerJohn Crispin <blogic@openwrt.org>2014-08-03 11:15:53 +0000
commit6ae1616d4e80141ab86e0e85064bf651d9925e7d (patch)
tree9976b060e26ade6be3d4d098e9a0bf5ab484cd12 /package/network/utils
parente892db41419962bed0d00b7aaefe6d3c543eb390 (diff)
downloadupstream-6ae1616d4e80141ab86e0e85064bf651d9925e7d.tar.gz
upstream-6ae1616d4e80141ab86e0e85064bf651d9925e7d.tar.bz2
upstream-6ae1616d4e80141ab86e0e85064bf651d9925e7d.zip
iwcap: add missing include
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r41956 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41978 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-rw-r--r--package/network/utils/iwcap/src/iwcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/iwcap/src/iwcap.c b/package/network/utils/iwcap/src/iwcap.c
index a71dca2320..d335e500e8 100644
--- 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>