summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marywu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/marywu.cpp')
-rw-r--r--src/mame/drivers/marywu.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/marywu.cpp b/src/mame/drivers/marywu.cpp
index 676d879dd8d..11826be3965 100644
--- a/src/mame/drivers/marywu.cpp
+++ b/src/mame/drivers/marywu.cpp
@@ -18,8 +18,10 @@
#include "emu.h"
#include "cpu/mcs51/mcs51.h"
-#include "sound/ay8910.h"
#include "machine/i8279.h"
+#include "sound/ay8910.h"
+#include "speaker.h"
+
#include "marywu.lh"
class marywu_state : public driver_device