summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pacland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pacland.cpp')
-rw-r--r--src/mame/drivers/pacland.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/pacland.cpp b/src/mame/drivers/pacland.cpp
index f7b7eaca34f..8af5fcafd5b 100644
--- a/src/mame/drivers/pacland.cpp
+++ b/src/mame/drivers/pacland.cpp
@@ -191,10 +191,12 @@ Notes:
***************************************************************************/
#include "emu.h"
+#include "includes/pacland.h"
+
#include "cpu/m6809/m6809.h"
#include "cpu/m6800/m6800.h"
#include "machine/watchdog.h"
-#include "includes/pacland.h"
+#include "speaker.h"
void pacland_state::machine_start()