diff options
Diffstat (limited to 'jffs2dump.c')
-rw-r--r-- | jffs2dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jffs2dump.c b/jffs2dump.c index d093afc..9e13e98 100644 --- a/jffs2dump.c +++ b/jffs2dump.c @@ -15,7 +15,6 @@ */ #define PROGRAM_NAME "jffs2dump" -#define VERSION "$Revision: 1.10 $" #include <errno.h> #include <stdint.h> @@ -36,6 +35,7 @@ #include <getopt.h> #include <crc32.h> #include "summary.h" +#include "common.h" #define PAD(x) (((x)+3)&~3) |