summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/nscsi_cb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/nscsi_cb.cpp')
-rw-r--r--src/devices/machine/nscsi_cb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/nscsi_cb.cpp b/src/devices/machine/nscsi_cb.cpp
index 23c71d45bff..aecf59d00b9 100644
--- a/src/devices/machine/nscsi_cb.cpp
+++ b/src/devices/machine/nscsi_cb.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
+#include "emu.h"
#include "nscsi_cb.h"
const device_type NSCSI_CB = &device_creator<nscsi_callback_device>;