sstrip: Was missing include of <byteswap.h>
SVN-Revision: 24510
This commit is contained in:
parent
2309cd6dad
commit
20ad1b1cc3
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <elf.h>
|
||||
#include <byteswap.h>
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
|
|
Loading…
Reference in a new issue