summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/edlc.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-08-28 13:23:40 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-08-28 13:23:40 -0400
commitf52b402f2416ddfd646afe2d132c16d78c6fe9c3 (patch)
treeadeac9e7f91d2b9392880c963c2834f5f8a8320a /src/devices/machine/edlc.h
parent45a99ad00e04549d3febd28723a73bdf1ba4db67 (diff)
OSD/network interface cleanup
- Move osd_midi_device from osdcore.h to osdepend.h - Move osd_list_network_adapters from osdcore.h to osdnet.h (was already defineduniquely in osdnet.cpp) - Move #include <cstdarg> from osdcore.h to emu.h - Remove dinetwork.h from emu.h
Diffstat (limited to 'src/devices/machine/edlc.h')
-rw-r--r--src/devices/machine/edlc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/edlc.h b/src/devices/machine/edlc.h
index 1a57841212a..bbcd91d2589 100644
--- a/src/devices/machine/edlc.h
+++ b/src/devices/machine/edlc.h
@@ -7,6 +7,7 @@
#pragma once
#include "machine/bankdev.h"
+#include "dinetwork.h"
class seeq8003_device :
public device_t,