diff options
Diffstat (limited to 'src/mame/etc/jrcrypt.cpp')
-rw-r--r-- | src/mame/etc/jrcrypt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/etc/jrcrypt.cpp b/src/mame/etc/jrcrypt.cpp index 3c30605af18..0a40a84e6fc 100644 --- a/src/mame/etc/jrcrypt.cpp +++ b/src/mame/etc/jrcrypt.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ #include "emu.h" -#include <ctype.h> +#include <cctype> static int irq_mask; @@ -455,7 +455,7 @@ the top of this file. It is included here for completeness. // // Comments, questions to: david@indigita.com -#include <stdio.h> +#include <cstdio> typedef uint8_t byte; |