summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/fixfreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/fixfreq.h')
-rw-r--r--src/devices/video/fixfreq.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/devices/video/fixfreq.h b/src/devices/video/fixfreq.h
index ed009275cae..080013ad1a6 100644
--- a/src/devices/video/fixfreq.h
+++ b/src/devices/video/fixfreq.h
@@ -11,10 +11,12 @@
***************************************************************************/
-#ifndef FIXFREQ_H
-#define FIXFREQ_H
+#ifndef MAME_DEVICES_VIDEO_FIXFREQ_H
+#define MAME_DEVICES_VIDEO_FIXFREQ_H
#include "machine/netlist.h"
+#include "screen.h"
+
#define FIXFREQ_INTERFACE(name) \
const fixedfreq_interface (name) =
@@ -156,4 +158,4 @@ private:
// device type definition
extern const device_type FIXFREQ;
-#endif /* FIXFREQ_H */
+#endif // MAME_DEVICES_VIDEO_FIXFREQ_H