summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ax20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ax20.cpp')
-rw-r--r--src/mame/drivers/ax20.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ax20.cpp b/src/mame/drivers/ax20.cpp
index 6851d677fce..3d4d16805f2 100644
--- a/src/mame/drivers/ax20.cpp
+++ b/src/mame/drivers/ax20.cpp
@@ -17,8 +17,9 @@
****************************************************************************/
#include "emu.h"
-#include "cpu/i86/i86.h"
#include "bus/isa/fdc.h"
+#include "cpu/i86/i86.h"
+#include "screen.h"
class ax20_state : public driver_device
{