Skip to content

Commit

Permalink
test: overlay: add missing include
Browse files Browse the repository at this point in the history
Compiling the overlay unit test fails with odroid-c2_defconfig showing
errors like:

    test/overlay/cmd_ut_overlay.c:29:8:
    error: unknown type name ‘fdt32_t’

Add the missing include.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
  • Loading branch information
xypron authored and trini committed Oct 22, 2018
1 parent ed5df08 commit d796735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/overlay/cmd_ut_overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <common.h>
#include <command.h>
#include <errno.h>
#include <fdt_support.h>
#include <malloc.h>

#include <linux/sizes.h>
Expand Down

0 comments on commit d796735

Please sign in to comment.