Преглед изворни кода

fix sstrip linux compile

SVN-Revision: 5104
Felix Fietkau пре 19 година
родитељ
комит
b343519d29
1 измењених фајлова са 1 додато и 0 уклоњено
  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>