summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gic.cpp')
-rw-r--r--src/mame/video/gic.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/video/gic.cpp b/src/mame/video/gic.cpp
index 21a45b4f76c..03d9f27b4b4 100644
--- a/src/mame/video/gic.cpp
+++ b/src/mame/video/gic.cpp
@@ -62,9 +62,10 @@
#include "emu.h"
#include "gic.h"
+#include "screen.h"
// device type definition
-const device_type GIC = &device_creator<gic_device>;
+const device_type GIC = device_creator<gic_device>;
//Font data taken from Paul Robson's simulator