mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 15:34:55 +00:00
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>
This commit is contained in:
parent
9e2c14804e
commit
b091d38728
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
#ifndef _FASTBOOT_H_
|
||||
#define _FASTBOOT_H_
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
#define FASTBOOT_VERSION "0.4"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue