]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include/fastboot.h: add missing types.h include
authorCaleb Connolly <caleb.connolly@linaro.org>
Fri, 21 Jun 2024 01:51:02 +0000 (03:51 +0200)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
Tue, 9 Jul 2024 07:15:37 +0000 (09:15 +0200)
Fixes a compile error when building with only the TCP fastboot
implementation.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
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 <mkorpershoek@baylibre.com>
include/fastboot.h

index 2ca1b907a54d72770577ec0a70bb1d67ed14d708..b106d6177493ba08e7eaf4e5c4bdf693719665f9 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _FASTBOOT_H_
 #define _FASTBOOT_H_
 
+#include <linux/types.h>
+
 #define FASTBOOT_VERSION       "0.4"
 
 /*