summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/snk.cpp')
-rw-r--r--src/mame/drivers/snk.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/snk.cpp b/src/mame/drivers/snk.cpp
index 51b79cc09c8..13c282826f1 100644
--- a/src/mame/drivers/snk.cpp
+++ b/src/mame/drivers/snk.cpp
@@ -270,13 +270,15 @@ TODO:
***************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
#include "includes/snk.h"
+
+#include "cpu/z80/z80.h"
#include "sound/snkwave.h"
#include "sound/ay8910.h"
#include "sound/3526intf.h"
#include "sound/3812intf.h"
#include "sound/8950intf.h"
+#include "speaker.h"
/*********************************************************************/