sstrip: Was missing include of <byteswap.h>

SVN-Revision: 24510
This commit is contained in:
Daniel Dickinson 2010-12-12 04:57:07 +00:00
parent 2309cd6dad
commit 20ad1b1cc3
1 changed files with 1 additions and 0 deletions

View File

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