summaryrefslogtreecommitdiff
path: root/kernel/mp.c
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-13 00:35:06 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-13 00:35:06 +0100
commitb126d01e9687e6509c9d49b1b174c95aee603a89 (patch)
treefe05187f4f9c28ef65bf530116c20c05f1a679b8 /kernel/mp.c
parente3c4f3b03aa77ea19ddf7d982d39871dbdc018c0 (diff)
fixing implicit functions!
Diffstat (limited to 'kernel/mp.c')
-rw-r--r--kernel/mp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/mp.c b/kernel/mp.c
index f240597..1f6c2e6 100644
--- a/kernel/mp.c
+++ b/kernel/mp.c
@@ -3,6 +3,7 @@
#include "x86.h"
#include "lib/logger/log.h" // logger facilities
#include "lib/bool/bool.h"
+#include "lib/string/string.h"
#include "smp.h"