From: Alexandros C. Couloumbis Date: Thu, 15 Apr 2010 16:46:24 +0000 (+0000) Subject: 2.6.34: fix kzalloc error X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=af45b63a85f0d669d942d7800b7c0ad6a75f897f;p=librecmc%2Flibrecmc.git 2.6.34: fix kzalloc error SVN-Revision: 20881 --- diff --git a/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch b/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch index 9fd57970f2..29d507eb4a 100644 --- a/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch +++ b/target/linux/generic-2.6/patches-2.6.34/006-squashfs_add_lzma.patch @@ -53,7 +53,7 @@ Signed-off-by: Phillip Lougher }; --- /dev/null +++ b/fs/squashfs/lzma_wrapper.c -@@ -0,0 +1,151 @@ +@@ -0,0 +1,152 @@ +/* + * Squashfs - a compressed read only filesystem for Linux + * @@ -82,6 +82,7 @@ Signed-off-by: Phillip Lougher +#include +#include +#include ++#include + +#include "squashfs_fs.h" +#include "squashfs_fs_sb.h"