From: Felix Fietkau Date: Sun, 31 Jul 2011 17:59:25 +0000 (+0000) Subject: squashfs4: add missing include for freebsd (patch from #9842) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=de2398483470efd28ba8ef7f2389636bf6db3f53;p=lede.git squashfs4: add missing include for freebsd (patch from #9842) SVN-Revision: 27850 --- diff --git a/tools/squashfs4/patches/160-expose_lzma_xz_options.patch b/tools/squashfs4/patches/160-expose_lzma_xz_options.patch index b5fb80dffa..61f5e6c37d 100644 --- a/tools/squashfs4/patches/160-expose_lzma_xz_options.patch +++ b/tools/squashfs4/patches/160-expose_lzma_xz_options.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/squashfs-tools/lzma_xz_options.h -@@ -0,0 +1,112 @@ +@@ -0,0 +1,115 @@ +#ifndef LZMA_XZ_OPTIONS_H +#define LZMA_XZ_OPTIONS_H +/* @@ -27,6 +27,9 @@ +#include + +#ifndef linux ++#ifdef __FreeBSD__ ++#include ++#endif +#define __BYTE_ORDER BYTE_ORDER +#define __BIG_ENDIAN BIG_ENDIAN +#define __LITTLE_ENDIAN LITTLE_ENDIAN