lib/hardwaremain: add missing types.h include

The u8 type is used in the file, but neither stdint.h not types.h was
included in the file.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ifd67aff9eba01f9618004c869f1473217b3aeae4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/58075
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Felix Held 2021-10-01 19:53:39 +02:00 committed by Felix Held
parent ae9a84478f
commit f10776781d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <thread.h> #include <thread.h>
#include <timer.h> #include <timer.h>
#include <timestamp.h> #include <timestamp.h>
#include <types.h>
#include <vendorcode/google/chromeos/gnvs.h> #include <vendorcode/google/chromeos/gnvs.h>
#include <version.h> #include <version.h>