summaryrefslogtreecommitdiff
path: root/kern/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/init.c')
-rw-r--r--kern/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/init.c b/kern/init.c
index 22db295..dd69997 100644
--- a/kern/init.c
+++ b/kern/init.c
@@ -23,13 +23,13 @@
*/
#include <assert.h>
+#include <errno.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
-#include <kern/error.h>
#include <kern/init.h>
#include <kern/slist.h>
#include <kern/macros.h>