fix sstrip linux compile

SVN-Revision: 5104
This commit is contained in:
Felix Fietkau 2006-10-14 23:12:29 +00:00
parent 6bbd6d2ef6
commit b343519d29
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define __endian_compat_h
#if defined(__linux__)
#include <byteswap.h>
#include_next <endian.h>
#elif defined(__APPLE__)
#include <machine/endian.h>