projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbd6d2
)
fix sstrip linux compile
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 23:12:29 +0000
(23:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 14 Oct 2006 23:12:29 +0000
(23:12 +0000)
SVN-Revision: 5104
tools/include/endian.h
patch
|
blob
|
history
diff --git
a/tools/include/endian.h
b/tools/include/endian.h
index 9bfc652b908bf0e6697226bc32366c66beebdfaa..25d100de324e547780ad8674fd54ce5837fe03ae 100644
(file)
--- 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>