diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-02 12:29:03 +0200 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-10-06 17:00:15 +0000 |
commit | 9483001e7227de146e3094356cc11b64a801c9b8 (patch) | |
tree | e2f797d4e81bfe983a1c24021e4d02815e956de3 /src/console/printk.c | |
parent | 89822add5500a029aa333db5244ea7a41059dd26 (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/console/printk.c')
-rw-r--r-- | src/console/printk.c | 1 |
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) |