mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
sstrip: Was missing include of <byteswap.h>
SVN-Revision: 24510
This commit is contained in:
parent
2309cd6dad
commit
20ad1b1cc3
@ -59,6 +59,7 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <elf.h>
|
||||
#include <byteswap.h>
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
|
Loading…
Reference in New Issue
Block a user