aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-02 12:29:03 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-06 17:00:15 +0000
commit9483001e7227de146e3094356cc11b64a801c9b8 (patch)
treee2f797d4e81bfe983a1c24021e4d02815e956de3 /src
parent89822add5500a029aa333db5244ea7a41059dd26 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/console/printk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/printk.c b/src/console/printk.c
index 1ce2fad55f..99710e60be 100644
--- a/src/console/printk.c
+++ b/src/console/printk.c
@@ -11,6 +11,7 @@
#include <smp/spinlock.h>
#include <smp/node.h>
#include <timer.h>
+#include <types.h>
DECLARE_SPIN_LOCK(console_lock)