From 934bb53bd76ff030f1e6623c3466c48110493762 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 1 Feb 2009 19:28:58 +0000 Subject: [PATCH] Fix compilation in debug mode. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3295 --- src/debug/debug_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debug/debug_gui.cpp b/src/debug/debug_gui.cpp index 1964632f..03921116 100644 --- a/src/debug/debug_gui.cpp +++ b/src/debug/debug_gui.cpp @@ -16,12 +16,12 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: debug_gui.cpp,v 1.36 2008-06-02 17:26:59 qbix79 Exp $ */ +/* $Id: debug_gui.cpp,v 1.37 2009-02-01 19:28:58 qbix79 Exp $ */ #include "dosbox.h" #if C_DEBUG -#include "setup.h" +#include "control.h" #include #include #include