From cbeca815e5216d3c239c23d3a00ee81b1de2b4bd Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sat, 29 Mar 2003 00:34:30 +0000 Subject: [PATCH] include ctype.h for toupper function Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@832 --- src/dos/cdrom_aspi_win32.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dos/cdrom_aspi_win32.cpp b/src/dos/cdrom_aspi_win32.cpp index cd63999b..33d8c2a2 100644 --- a/src/dos/cdrom_aspi_win32.cpp +++ b/src/dos/cdrom_aspi_win32.cpp @@ -18,6 +18,8 @@ #if defined (WIN32) +#include + #include "cdrom.h" #include "scsidefs.h" // Aspi stuff #include "dosbox.h"