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