diff options
author | Josh Boyer <jwboyer@gmail.com> | 2006-05-17 18:29:57 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2006-05-17 18:29:57 -0500 |
commit | 2e987daadc3363f4162942c9ae3973da5d031ea3 (patch) | |
tree | 24ad5b7ce45c558384cc56a7e9a74f353d0a22db /mkfs.jffs.c | |
parent | 5bae9f28100c12605be1a5852d04cdf973fd323c (diff) |
Need to include stdint.h to use standard types
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'mkfs.jffs.c')
-rw-r--r-- | mkfs.jffs.c | 1 |
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> |