summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/pci-ac97.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/pci-ac97.cpp')
-rw-r--r--src/devices/sound/pci-ac97.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/pci-ac97.cpp b/src/devices/sound/pci-ac97.cpp
index 21c9f108aee..8f6afc300bd 100644
--- a/src/devices/sound/pci-ac97.cpp
+++ b/src/devices/sound/pci-ac97.cpp
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
+#include "emu.h"
#include "pci-ac97.h"
const device_type AC97 = &device_creator<ac97_device>;