diff options
Diffstat (limited to 'src/emu/cpu/x86log.c')
-rw-r--r-- | src/emu/cpu/x86log.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emu/cpu/x86log.c b/src/emu/cpu/x86log.c index e4727b132d2..1a824d64c0d 100644 --- a/src/emu/cpu/x86log.c +++ b/src/emu/cpu/x86log.c @@ -10,10 +10,8 @@ ***************************************************************************/ +#include "emu.h" #include "x86log.h" -#include "mame.h" - -#include <stddef.h> |