From f4a76eaeddd6daf0ae4a1d90b1561022d1e1bbe0 Mon Sep 17 00:00:00 2001 From: hizzlekizzle Date: Fri, 14 Jul 2017 20:09:34 -0500 Subject: [PATCH] hopefully fix 'unknown type name uint' compile error --- core/m68k/m68kcpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/m68k/m68kcpu.h b/core/m68k/m68kcpu.h index 911f64d..81557c2 100644 --- a/core/m68k/m68kcpu.h +++ b/core/m68k/m68kcpu.h @@ -8,6 +8,7 @@ #include #include #include +#include #if M68K_EMULATE_ADDRESS_ERROR #include