From cd53ce7d2449923584d001d47a7b3b03fb1333cb Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 21 Jan 2008 21:20:01 +0000 Subject: [PATCH] add setup.h Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3084 --- src/debug/debug.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/debug/debug.cpp b/src/debug/debug.cpp index b11f2550..de403a7e 100644 --- a/src/debug/debug.cpp +++ b/src/debug/debug.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: debug.cpp,v 1.91 2007-12-15 16:28:32 c2woody Exp $ */ +/* $Id: debug.cpp,v 1.92 2008-01-21 21:20:01 qbix79 Exp $ */ #include "dosbox.h" #if C_DEBUG @@ -48,6 +48,7 @@ using namespace std; #include "debug_inc.h" #include "../cpu/lazyflags.h" #include "keyboard.h" +#include "setup.h" #ifdef WIN32 void WIN32_Console();