diff options
| author | Caleb Connolly <[email protected]> | 2024-06-21 03:51:02 +0200 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2024-07-09 09:15:37 +0200 |
| commit | b091d3872833a4b8d088ee41348a2d4ff48067cc (patch) | |
| tree | ad4dfb6cbbf90b91a4da7a6464ae4a4b4b2bfa29 /include/fastboot.h | |
| parent | 9e2c14804e4aaefe7cbb43d444f5dc83ba76c86d (diff) | |
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 <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[mkorpershoek: wrapped commit msg to fix checkpatch]
Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'include/fastboot.h')
| -rw-r--r-- | include/fastboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fastboot.h b/include/fastboot.h index 2ca1b907a54..b106d617749 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" /* |
