diff options
Diffstat (limited to 'flash_eraseall.c')
-rw-r--r-- | flash_eraseall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash_eraseall.c b/flash_eraseall.c index a22fc49..e6f8d50 100644 --- a/flash_eraseall.c +++ b/flash_eraseall.c @@ -35,7 +35,7 @@ #include <getopt.h> #include <sys/ioctl.h> #include <sys/mount.h> -#include "crc32.h" +#include <crc32.h> #include <mtd/mtd-user.h> #include <mtd/jffs2-user.h> |