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>
This commit is contained in:
Elyes HAOUAS
2019-12-01 13:21:52 +01:00
committed by Kyösti Mälkki
parent 3917904878
commit 4f66cb9b28
3 changed files with 3 additions and 1 deletions

View File

@@ -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"