summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/b16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/b16.cpp')
-rw-r--r--src/mame/drivers/b16.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/b16.cpp b/src/mame/drivers/b16.cpp
index a7190a97d69..e79f5118d9c 100644
--- a/src/mame/drivers/b16.cpp
+++ b/src/mame/drivers/b16.cpp
@@ -15,8 +15,9 @@
#include "emu.h"
#include "cpu/i86/i86.h"
-#include "video/mc6845.h"
#include "machine/am9517a.h"
+#include "video/mc6845.h"
+#include "screen.h"