diff options
Diffstat (limited to 'ubi-utils/src/ubigen.c')
-rw-r--r-- | ubi-utils/src/ubigen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/ubigen.c b/ubi-utils/src/ubigen.c index 9fcafab..bb55fa9 100644 --- a/ubi-utils/src/ubigen.c +++ b/ubi-utils/src/ubigen.c @@ -31,7 +31,7 @@ #include <getopt.h> #include <unistd.h> #include <sys/stat.h> -#include <mtd/ubi-header.h> +#include <mtd/ubi-media.h> #include "ubigen.h" #include "config.h" |