]> git.corax.cc Git - corax/commitdiff
Include config.h from kernel/arch/cpu.h
authorMatthias Kruk <m@m10k.eu>
Tue, 3 Sep 2019 16:41:20 +0000 (01:41 +0900)
committerMatthias Kruk <m@m10k.eu>
Tue, 3 Sep 2019 16:41:20 +0000 (01:41 +0900)
kernel/arch/cpu.h

index 0cd8c66babb3656d333a1abfec9e673831ee6a18..3b20b9aa97ccdbcd9ab66114ce71b7617bc8b53c 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef __CPU_H
 #define __CPU_H
 
+#include <config.h>
 #include <corax/types.h>
 #include "defs.h"