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:
Elyes Haouas 2022-10-02 12:29:03 +02:00 committed by Martin Roth
parent 89822add55
commit 9483001e72
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <smp/spinlock.h>
#include <smp/node.h>
#include <timer.h>
#include <types.h>
DECLARE_SPIN_LOCK(console_lock)