[tools] sstrip: Was missing include of <byteswap.h>
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 04:57:07 +0000 (04:57 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 04:57:07 +0000 (04:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24510 3c298f89-4303-0410-b956-a3cf2f4a3e73

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