aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-14 23:12:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-14 23:12:29 +0000
commit12f5f5d2a7151fd52a9566e45209cf5dcf611230 (patch)
treea1071187b80ba47631f31d0b7e0cbdb2cd5dcb62 /tools/include
parent0021e6cb9bf47c868c789c90892931e5988cd13c (diff)
downloadmaster-187ad058-12f5f5d2a7151fd52a9566e45209cf5dcf611230.tar.gz
master-187ad058-12f5f5d2a7151fd52a9566e45209cf5dcf611230.tar.bz2
master-187ad058-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/include')
-rw-r--r--tools/include/endian.h1
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>