commit | b210fc709e83c586052fc8db9b1ae30aa4ec7b74 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 11 02:16:46 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 22 09:18:49 2018 -0400 |
tree | 7522079974d7b69459bb42d6cae07fae8d9f4b6a | |
parent | 455ef4322e04bb84da3d973ae47746d9e260c0a0 [diff] |
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>