diff options
Diffstat (limited to 'util/cbfstool/flashmap/fmap.c')
-rw-r--r-- | util/cbfstool/flashmap/fmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/cbfstool/flashmap/fmap.c b/util/cbfstool/flashmap/fmap.c index 7010dbc367..46c31bb16f 100644 --- a/util/cbfstool/flashmap/fmap.c +++ b/util/cbfstool/flashmap/fmap.c @@ -14,13 +14,12 @@ #include <limits.h> #include <assert.h> #include <commonlib/bsd/sysincludes.h> +#include <commonlib/bsd/helpers.h> #include "fmap.h" #include "kv_pair.h" #include "valstr.h" -#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) - const struct valstr flag_lut[] = { { FMAP_AREA_STATIC, "static" }, { FMAP_AREA_COMPRESSED, "compressed" }, |