diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-14 23:12:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-14 23:12:29 +0000 |
commit | 12f5f5d2a7151fd52a9566e45209cf5dcf611230 (patch) | |
tree | a1071187b80ba47631f31d0b7e0cbdb2cd5dcb62 /tools | |
parent | 0021e6cb9bf47c868c789c90892931e5988cd13c (diff) | |
download | upstream-12f5f5d2a7151fd52a9566e45209cf5dcf611230.tar.gz upstream-12f5f5d2a7151fd52a9566e45209cf5dcf611230.tar.bz2 upstream-12f5f5d2a7151fd52a9566e45209cf5dcf611230.zip |
fix sstrip linux compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5104 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/include/endian.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/endian.h b/tools/include/endian.h index 9bfc652b90..25d100de32 100644 --- a/tools/include/endian.h +++ b/tools/include/endian.h @@ -2,6 +2,7 @@ #define __endian_compat_h #if defined(__linux__) +#include <byteswap.h> #include_next <endian.h> #elif defined(__APPLE__) #include <machine/endian.h> |