aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/commands')
-rw-r--r--src/kernel/commands/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/commands/command.c b/src/kernel/commands/command.c
index c85356b..691684b 100644
--- a/src/kernel/commands/command.c
+++ b/src/kernel/commands/command.c
@@ -4,8 +4,8 @@
#include <kernel/graphics/vesa.h>
#include <kernel/cmos/rtc.h>
#include <kernel/timer/timer.h>
-#include <mlibc/string.h>
-#include <mlibc/stdio.h>
+#include <kernel/lib/string.h>
+#include <kernel/lib/stdio.h>
int32_t starts_with(const char *a, const char *b)
{