summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/x86log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/x86log.cpp')
-rw-r--r--src/devices/cpu/x86log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/x86log.cpp b/src/devices/cpu/x86log.cpp
index 07b1bccb7eb..03552877128 100644
--- a/src/devices/cpu/x86log.cpp
+++ b/src/devices/cpu/x86log.cpp
@@ -12,6 +12,7 @@
#include <cassert>
#include "emu.h"
#include "x86log.h"
+#include "cpu/i386/i386dasm.h"
@@ -20,7 +21,6 @@
***************************************************************************/
static void reset_log(x86log_context *log) noexcept;
-extern int i386_dasm_one_ex(std::ostream &stream, uint64_t eip, const uint8_t *oprom, int mode);