Add missing header detected by sparse. Signed-off-by: Michal Simek <[email protected]> ---
board/xilinx/zynq/board.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index e4f86d187a73..1106f5c2a892 100644 --- a/board/xilinx/zynq/board.c +++ b/board/xilinx/zynq/board.c @@ -9,6 +9,7 @@ #include <fdtdec.h> #include <fpga.h> #include <mmc.h> +#include <watchdog.h> #include <wdt.h> #include <zynqpl.h> #include <asm/arch/hardware.h> -- 1.9.1 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

