diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-03 10:45:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-03 10:45:28 +0000 |
commit | 56cfc363b1149a3b72f963c231342db225936b42 (patch) | |
tree | 11dbb4919baaf3f2c87235819965fc2c68ea3b43 /package/network/utils | |
parent | 7daf902bbfe311c881639b83429060d5c7802779 (diff) | |
download | upstream-56cfc363b1149a3b72f963c231342db225936b42.tar.gz upstream-56cfc363b1149a3b72f963c231342db225936b42.tar.bz2 upstream-56cfc363b1149a3b72f963c231342db225936b42.zip |
iwcap: add missing include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41956 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/iwcap/src/iwcap.c | 1 |
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> |