From e9de4eef905debccbdfe12e6f79e9d89cd2e1bc0 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 15 May 2017 10:49:44 +1000 Subject: [PATCH] and another (nw) --- src/devices/cpu/i8089/i8089_ops.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/cpu/i8089/i8089_ops.cpp b/src/devices/cpu/i8089/i8089_ops.cpp index 44d05cb467d..4c3c59b99e0 100644 --- a/src/devices/cpu/i8089/i8089_ops.cpp +++ b/src/devices/cpu/i8089/i8089_ops.cpp @@ -9,6 +9,7 @@ ***************************************************************************/ #include "emu.h" +#include "i8089.h" #include "i8089_channel.h" #define UNIMPLEMENTED logerror("%s('%s'): unimplemented opcode: %s\n", shortname(), tag(), __FUNCTION__);