From: Andy Shevchenko Date: Mon, 19 Sep 2011 11:25:18 +0000 (+0300) Subject: jffs2reader: update the header inclusion block X-Git-Tag: v1.4.7~11 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=57ab095f0376447ceac53c227a8cf9854d5b1bdb;p=mtd-utils.git jffs2reader: update the header inclusion block Signed-off-by: Alexey Dokuchaev Signed-off-by: Andy Shevchenko Signed-off-by: Artem Bityutskiy --- diff --git a/jffs2reader.c b/jffs2reader.c index d5a3d95..11f841d 100644 --- a/jffs2reader.c +++ b/jffs2reader.c @@ -64,7 +64,6 @@ BUGS: #define PROGRAM_NAME "jffs2reader" -#include #include #include #include @@ -74,9 +73,10 @@ BUGS: #include #include #include -#include #include -#include +#include + +#include "mtd/jffs2-user.h" #include "common.h" #define SCRATCH_SIZE (5*1024*1024)