diff options
Diffstat (limited to 'src/devices/machine/ds1205.cpp')
-rw-r--r-- | src/devices/machine/ds1205.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds1205.cpp b/src/devices/machine/ds1205.cpp index 3dca4c8de2f..460d267928a 100644 --- a/src/devices/machine/ds1205.cpp +++ b/src/devices/machine/ds1205.cpp @@ -10,7 +10,7 @@ #include "emu.h" #include "ds1205.h" -#include <stdio.h> +#include <cstdio> #define VERBOSE_LEVEL ( 0 ) |