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