From e5b9049ac528ced86bdc808ea5fd453839fe409f Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 1 Apr 2005 10:15:26 +0000 Subject: [PATCH] added include for support.h. Fixes bug 1173820 Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2169 --- src/shell/shell_misc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shell/shell_misc.cpp b/src/shell/shell_misc.cpp index 9c86d91f..e2cf2a47 100644 --- a/src/shell/shell_misc.cpp +++ b/src/shell/shell_misc.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: shell_misc.cpp,v 1.36 2005-03-25 09:02:46 qbix79 Exp $ */ +/* $Id: shell_misc.cpp,v 1.37 2005-04-01 10:15:26 qbix79 Exp $ */ #include #include @@ -25,6 +25,7 @@ #include "shell.h" #include "regs.h" #include "callback.h" +#include "support.h" void DOS_Shell::ShowPrompt(void) { Bit8u drive=DOS_GetDefaultDrive()+'A';