summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/watchdog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/watchdog.cpp')
-rw-r--r--src/devices/machine/watchdog.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/machine/watchdog.cpp b/src/devices/machine/watchdog.cpp
index 74f0083df72..9c4d05de71d 100644
--- a/src/devices/machine/watchdog.cpp
+++ b/src/devices/machine/watchdog.cpp
@@ -9,15 +9,17 @@
***************************************************************************/
#include "emu.h"
-#include "emuopts.h"
#include "watchdog.h"
+#include "emuopts.h"
+#include "screen.h"
+
//**************************************************************************
// WATCHDOG TIMER DEVICE
//**************************************************************************
-const device_type WATCHDOG_TIMER = &device_creator<watchdog_timer_device>;
+const device_type WATCHDOG_TIMER = device_creator<watchdog_timer_device>;
//-------------------------------------------------
// watchdog_timer_device - constructor