aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@gmail.com>2006-05-17 18:29:57 -0500
committerJosh Boyer <jwboyer@gmail.com>2006-05-17 18:29:57 -0500
commit2e987daadc3363f4162942c9ae3973da5d031ea3 (patch)
tree24ad5b7ce45c558384cc56a7e9a74f353d0a22db
parent5bae9f28100c12605be1a5852d04cdf973fd323c (diff)
Need to include stdint.h to use standard types
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
-rw-r--r--mkfs.jffs.c1
1 files changed, 1 insertions, 0 deletions
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 <dirent.h>
#include <unistd.h>
#include <linux/types.h>
+#include <stdint.h>
#include <mtd_swab.h>
#include <ctype.h>