summaryrefslogtreecommitdiff
path: root/kern/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/shell.h')
-rw-r--r--kern/shell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kern/shell.h b/kern/shell.h
index 3b1f1f3..bcc1302 100644
--- a/kern/shell.h
+++ b/kern/shell.h
@@ -21,8 +21,9 @@
#ifndef KERN_SHELL_H
#define KERN_SHELL_H
+#include <errno.h>
+
#include <kern/init.h>
-#include <kern/error.h>
#include <kern/macros.h>
#define SHELL_REGISTER_CMDS(cmds) \