diff options
Diffstat (limited to 'Source/Kernel/Shell/KernelShell.class.cpp')
-rw-r--r-- | Source/Kernel/Shell/KernelShell.class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Shell/KernelShell.class.cpp b/Source/Kernel/Shell/KernelShell.class.cpp index d05487f..3d76ee0 100644 --- a/Source/Kernel/Shell/KernelShell.class.cpp +++ b/Source/Kernel/Shell/KernelShell.class.cpp @@ -2,6 +2,7 @@ #include <VTManager/ScrollableVT.class.h> #include <DeviceManager/Kbd.ns.h> #include <Library/Rand.ns.h> +#include <Library/SimpleList.class.h> u32int KernelShell::m_instances = 0; @@ -30,7 +31,6 @@ KernelShell::~KernelShell() { } u32int KernelShell::run() { - struct { const char* name; void (KernelShell::*cmd)(Vector<String>&); |