summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wallc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wallc.cpp')
-rw-r--r--src/mame/drivers/wallc.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/wallc.cpp b/src/mame/drivers/wallc.cpp
index 77a25599bc3..1afee902a0e 100644
--- a/src/mame/drivers/wallc.cpp
+++ b/src/mame/drivers/wallc.cpp
@@ -51,8 +51,10 @@ Thanks to HIGHWAYMAN for providing info on how to get to these epoxies
#include "emu.h"
#include "cpu/z80/z80.h"
-#include "video/resnet.h"
#include "sound/ay8910.h"
+#include "video/resnet.h"
+#include "screen.h"
+#include "speaker.h"
class wallc_state : public driver_device