From fea4ed6ccd04aa7bbb9e08419bfa842cb563cc8f Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Thu, 19 Jun 2014 01:50:14 +0000 Subject: [PATCH] Defeated another attempt to make MAME Windows-only (nw) --- src/mess/drivers/gimix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/drivers/gimix.c b/src/mess/drivers/gimix.c index 171e8a61463..b54323006cf 100644 --- a/src/mess/drivers/gimix.c +++ b/src/mess/drivers/gimix.c @@ -16,7 +16,7 @@ */ #include "emu.h" -#include "cpu\m6809\m6809.h" +#include "cpu/m6809/m6809.h" class gimix_state : public driver_device {