From db548c8689b1460a49485c8d458ef0a110d2ced1 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 4 Mar 2010 09:32:38 +0000 Subject: [PATCH] Fix compile error. --- src/osd/sdl/debugwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/sdl/debugwin.c b/src/osd/sdl/debugwin.c index 883915e8ec3..1cbc9a9c81b 100644 --- a/src/osd/sdl/debugwin.c +++ b/src/osd/sdl/debugwin.c @@ -1189,7 +1189,7 @@ on_memoryview_key_press_event (GtkWidget *widget, #else -#include "emucore.h" +#include "emu.h" // win32 stubs for linking void osd_wait_for_debugger(running_device *device, int firststop)