diff --git a/src/shell/shell_inc.h b/src/shell/shell_inc.h index 9f76040d..a5f59142 100644 --- a/src/shell/shell_inc.h +++ b/src/shell/shell_inc.h @@ -47,6 +47,7 @@ public: bool echo; DOS_Shell * shell; BatchFile * prev; + CommandLine * cmd; };