summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/pty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/pty.cpp')
-rw-r--r--src/devices/bus/rs232/pty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/pty.cpp b/src/devices/bus/rs232/pty.cpp
index 4c8c9f6bbf7..dec296006be 100644
--- a/src/devices/bus/rs232/pty.cpp
+++ b/src/devices/bus/rs232/pty.cpp
@@ -4,7 +4,7 @@
#include "emu.h"
#include "pty.h"
-#include <stdio.h>
+#include <cstdio>
static constexpr int TIMER_POLL = 1;