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