console/printk.c: Add <types.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I55412395071f0fccb839c40fefda998befaddebb Reviewed-on: https://review.coreboot.org/c/coreboot/+/68037 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
89822add55
commit
9483001e72
|
@ -11,6 +11,7 @@
|
|||
#include <smp/spinlock.h>
|
||||
#include <smp/node.h>
|
||||
#include <timer.h>
|
||||
#include <types.h>
|
||||
|
||||
DECLARE_SPIN_LOCK(console_lock)
|
||||
|
||||
|
|
Loading…
Reference in New Issue