From 3c1bec98de5156ef914c4a82d0269c29b2e9c84b Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Wed, 4 Sep 2019 01:41:20 +0900 Subject: [PATCH] Include config.h from kernel/arch/cpu.h --- kernel/arch/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/arch/cpu.h b/kernel/arch/cpu.h index 0cd8c66..3b20b9a 100644 --- a/kernel/arch/cpu.h +++ b/kernel/arch/cpu.h @@ -19,6 +19,7 @@ #ifndef __CPU_H #define __CPU_H +#include #include #include "defs.h" -- 2.47.3