mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
squashfs4: fix build breakage
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18271 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4c1bc63b76
commit
0511a5502c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user