From 4282a7c9f201b957b34f2142746b939e02ead0a9 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Fri, 20 Mar 2015 23:48:11 +1100 Subject: [PATCH] If you're planning to redefine something, you should #include the definition you plan to walk over --- src/emu/emucore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emu/emucore.h b/src/emu/emucore.h index cb2de93caee..0f89ae59f50 100644 --- a/src/emu/emucore.h +++ b/src/emu/emucore.h @@ -15,6 +15,7 @@ #define __EMUCORE_H__ // standard C includes +#include // make sure this is included before we try redefining assert #include #include #include