aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/fast-reboot.c1
-rw-r--r--core/init.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/fast-reboot.c b/core/fast-reboot.c
index 2696348..fedfa88 100644
--- a/core/fast-reboot.c
+++ b/core/fast-reboot.c
@@ -6,6 +6,7 @@
*/
#include <skiboot.h>
+#include <slw.h>
#include <cpu.h>
#include <console.h>
#include <fsp.h>
diff --git a/core/init.c b/core/init.c
index c3e0c49..deead5e 100644
--- a/core/init.c
+++ b/core/init.c
@@ -6,6 +6,7 @@
*/
#include <skiboot.h>
+#include <slw.h>
#include <psi.h>
#include <chiptod.h>
#include <nx.h>