summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amspdwy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/amspdwy.cpp')
-rw-r--r--src/mame/drivers/amspdwy.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/amspdwy.cpp b/src/mame/drivers/amspdwy.cpp
index 750cee42f04..2cd9a43f0f3 100644
--- a/src/mame/drivers/amspdwy.cpp
+++ b/src/mame/drivers/amspdwy.cpp
@@ -16,8 +16,10 @@ Sound: YM2151
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
#include "includes/amspdwy.h"
+#include "cpu/z80/z80.h"
+#include "speaker.h"
+
/***************************************************************************