[tools] sstrip: Was missing include of <byteswap.h>
[openwrt.git] / tools / sstrip / src / sstrip.c
index 0508aaa..9d5500d 100644 (file)
@@ -59,6 +59,7 @@
 #include       <unistd.h>
 #include       <fcntl.h>
 #include       <elf.h>
+#include       <byteswap.h>
 
 #ifndef TRUE
 #define        TRUE            1