From 5cc9f1ca064375d695e9dad3dff65dd24b7cf3bd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 22 Jul 2010 03:09:10 +0000 Subject: [tools] squashfs4: fix compilation on FreeBSD git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22347 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/squashfs4/patches/150-freebsd_fixes.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/squashfs4/patches/150-freebsd_fixes.patch (limited to 'tools/squashfs4') diff --git a/tools/squashfs4/patches/150-freebsd_fixes.patch b/tools/squashfs4/patches/150-freebsd_fixes.patch new file mode 100644 index 0000000000..344d9ec683 --- /dev/null +++ b/tools/squashfs4/patches/150-freebsd_fixes.patch @@ -0,0 +1,10 @@ +--- a/squashfs-tools/pseudo.c ++++ b/squashfs-tools/pseudo.c +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + + #include "pseudo.h" + -- cgit v1.2.3