summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2024-06-21 03:51:02 +0200
committerMattijs Korpershoek <mkorpershoek@baylibre.com>2024-07-09 09:15:37 +0200
commitb091d3872833a4b8d088ee41348a2d4ff48067cc (patch)
treead4dfb6cbbf90b91a4da7a6464ae4a4b4b2bfa29 /include
parent9e2c14804e4aaefe7cbb43d444f5dc83ba76c86d (diff)
downloadu-boot-b091d3872833a4b8d088ee41348a2d4ff48067cc.tar.gz
u-boot-b091d3872833a4b8d088ee41348a2d4ff48067cc.tar.bz2
u-boot-b091d3872833a4b8d088ee41348a2d4ff48067cc.zip
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 <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>
Diffstat (limited to 'include')
-rw-r--r--include/fastboot.h2
1 files changed, 2 insertions, 0 deletions
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 <linux/types.h>
+
#define FASTBOOT_VERSION "0.4"
/*