summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1204.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ds1204.cpp')
-rw-r--r--src/devices/machine/ds1204.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1204.cpp b/src/devices/machine/ds1204.cpp
index cd722bc8929..ba86725df66 100644
--- a/src/devices/machine/ds1204.cpp
+++ b/src/devices/machine/ds1204.cpp
@@ -10,7 +10,7 @@
#include "emu.h"
#include "ds1204.h"
-#include <stdio.h>
+#include <cstdio>
#define VERBOSE_LEVEL ( 0 )