summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbex86.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcbex86.cpp')
-rw-r--r--src/devices/cpu/drcbex86.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drcbex86.cpp b/src/devices/cpu/drcbex86.cpp
index f1a39068ee1..8a43a1863c5 100644
--- a/src/devices/cpu/drcbex86.cpp
+++ b/src/devices/cpu/drcbex86.cpp
@@ -82,7 +82,7 @@
**************************************************************************/
-#include <stddef.h>
+#include <cstddef>
#include "emu.h"
#include "debugger.h"
#include "emuopts.h"