diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-01 13:21:52 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 03:19:05 +0000 |
commit | 4f66cb9b2867bcdeb47df9fe76e8893d53f85fb8 (patch) | |
tree | eacfb00a128411354e5aa6cb192ceecbf935e57d /src/ec/lenovo/h8 | |
parent | 3917904878ca1cfc16b553a1ba9e87922dc7e030 (diff) |
src: Add missing include <types.h>
Change-Id: Iabe55bfbc8e047c0791c21d162767081a181b6c5
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37411
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/lenovo/h8')
-rw-r--r-- | src/ec/lenovo/h8/bluetooth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ec/lenovo/h8/bluetooth.c b/src/ec/lenovo/h8/bluetooth.c index c3a2555780..436b319084 100644 --- a/src/ec/lenovo/h8/bluetooth.c +++ b/src/ec/lenovo/h8/bluetooth.c @@ -18,6 +18,7 @@ #include <device/device.h> #include <ec/acpi/ec.h> #include <option.h> +#include <types.h> #include "h8.h" #include "chip.h" |