Browse Source

fix sstrip linux compile

SVN-Revision: 5104
Felix Fietkau 19 years ago
parent
commit
b343519d29
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/include/endian.h

+ 1 - 0
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>