summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/madalien.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/madalien.cpp')
-rw-r--r--src/mame/video/madalien.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/video/madalien.cpp b/src/mame/video/madalien.cpp
index e189cb90085..f6edc99d19c 100644
--- a/src/mame/video/madalien.cpp
+++ b/src/mame/video/madalien.cpp
@@ -9,8 +9,9 @@
***************************************************************************/
#include "emu.h"
-#include "video/mc6845.h"
#include "includes/madalien.h"
+#include "video/mc6845.h"
+#include "screen.h"
#define PIXEL_CLOCK (MADALIEN_MAIN_CLOCK / 2)