summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds2404.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds2404.cpp')
-rw-r--r--src/devices/machine/ds2404.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds2404.cpp b/src/devices/machine/ds2404.cpp
index 4f92a844a45..ce24d0336ca 100644
--- a/src/devices/machine/ds2404.cpp
+++ b/src/devices/machine/ds2404.cpp
@@ -12,7 +12,7 @@
#include "ds2404.h"
#include <algorithm>
-#include <time.h> // FIXME: re-write in terms of device_rtc_interface and remove this
+#include <ctime> // FIXME: re-write in terms of device_rtc_interface and remove this
//**************************************************************************