changeset 2177:44596610b2a0

Fix Windows build
author Michael Pavone <pavone@retrodev.com>
date Sun, 07 Aug 2022 01:16:47 -0700
parents 035a54aa633f
children f6d5bde4d07f
files debug.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/debug.c	Sat Aug 06 22:10:54 2022 -0700
+++ b/debug.c	Sun Aug 07 01:16:47 2022 -0700
@@ -3,6 +3,7 @@
 #include "68kinst.h"
 #include "segacd.h"
 #include "blastem.h"
+#include <ctype.h>
 #include <stdlib.h>
 #include <string.h>
 #ifndef _WIN32