test: overlay: add missing include
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Oct 2018 00:16:46 +0000 (02:16 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Oct 2018 13:18:49 +0000 (09:18 -0400)
commitd796735c334b4aec58e17bc0db700d418db4dae9
tree7522079974d7b69459bb42d6cae07fae8d9f4b6a
parented5df0852f56a3512db283010ad7b6e93cba0612
test: overlay: add missing include

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 <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/overlay/cmd_ut_overlay.c