summaryrefslogtreecommitdiffstats
path: root/tools/squashfs4
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-02 14:52:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-02 14:52:03 +0000
commit6b097682754bf67e4520ed3c9fff022f7a236a5c (patch)
tree177539a51b101dcf5a46134b6ca98c187520e149 /tools/squashfs4
parent50800bb20709df5a7a6f3a1983d75e4255c844a9 (diff)
downloadmaster-31e0f0ae-6b097682754bf67e4520ed3c9fff022f7a236a5c.tar.gz
master-31e0f0ae-6b097682754bf67e4520ed3c9fff022f7a236a5c.tar.bz2
master-31e0f0ae-6b097682754bf67e4520ed3c9fff022f7a236a5c.zip
squashfs4: fix build breakage
SVN-Revision: 18271
Diffstat (limited to 'tools/squashfs4')
-rw-r--r--tools/squashfs4/patches/110-lzma.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/squashfs4/patches/110-lzma.patch b/tools/squashfs4/patches/110-lzma.patch
index 5fd697085f..1a86e05857 100644
--- a/tools/squashfs4/patches/110-lzma.patch
+++ b/tools/squashfs4/patches/110-lzma.patch
@@ -1982,13 +1982,11 @@ diff -Nur squashfs4.0/squashfs-tools/unsquash-4.c squashfs4.0-lzma-snapshot/squa
diff -Nur squashfs4.0/squashfs-tools/unsquashfs.c squashfs4.0-lzma-snapshot/squashfs-tools/unsquashfs.c
--- squashfs4.0/squashfs-tools/unsquashfs.c 2009-04-05 23:23:06.000000000 +0200
+++ squashfs4.0-lzma-snapshot/squashfs-tools/unsquashfs.c 2009-10-20 06:03:39.000000000 +0200
-@@ -25,6 +25,9 @@
+@@ -25,6 +25,7 @@
#include "squashfs_swap.h"
#include "squashfs_compat.h"
#include "read_fs.h"
+#include "compressor.h"
-+
-+#include <sys/sysinfo.h>
struct cache *fragment_cache, *data_cache;
struct queue *to_reader, *to_deflate, *to_writer, *from_writer;