From: Josh Boyer Date: Wed, 17 May 2006 23:29:57 +0000 (-0500) Subject: Need to include stdint.h to use standard types X-Git-Tag: v1.1.0~35 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2e987daadc3363f4162942c9ae3973da5d031ea3;p=mtd-utils.git Need to include stdint.h to use standard types Signed-off-by: Josh Boyer --- diff --git a/mkfs.jffs.c b/mkfs.jffs.c index de6623a..69266ed 100644 --- a/mkfs.jffs.c +++ b/mkfs.jffs.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include