1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-03 21:09:42 +02:00

[tools] sstrip: Was missing include of <byteswap.h>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24510 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-12-12 04:57:07 +00:00
parent 5f3bb216ef
commit d1c4c7d4d8

View File

@ -59,6 +59,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <elf.h>
#include <byteswap.h>
#ifndef TRUE
#define TRUE 1