From: Caleb Connolly Date: Fri, 21 Jun 2024 01:51:02 +0000 (+0200) Subject: include/fastboot.h: add missing types.h include X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=b091d3872833a4b8d088ee41348a2d4ff48067cc;p=u-boot.git include/fastboot.h: add missing types.h include Fixes a compile error when building with only the TCP fastboot implementation. Signed-off-by: Caleb Connolly Reviewed-by: Sam Protsenko Reviewed-by: Mattijs Korpershoek Link: https://lore.kernel.org/r/20240621015135.1570605-1-caleb.connolly@linaro.org [mkorpershoek: wrapped commit msg to fix checkpatch] Signed-off-by: Mattijs Korpershoek --- diff --git a/include/fastboot.h b/include/fastboot.h index 2ca1b907a5..b106d61774 100644 --- a/include/fastboot.h +++ b/include/fastboot.h @@ -12,6 +12,8 @@ #ifndef _FASTBOOT_H_ #define _FASTBOOT_H_ +#include + #define FASTBOOT_VERSION "0.4" /*