1
0
Fork 0

include ctype.h for toupper

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1137
This commit is contained in:
Sjoerd van der Berg 2003-07-15 09:05:19 +00:00
parent fc02a41aad
commit 4e62907e37

View file

@ -23,6 +23,7 @@
#if C_MODEM
#include <string.h>
#include <ctype.h>
#include "SDL_net.h"
#include "inout.h"