1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

SCP: Fix potential conflics with library provided ctype routines

This commit is contained in:
Mark Pizzolato
2017-09-03 18:23:58 -07:00
parent 7af33b90b6
commit 727cd8e217
2 changed files with 29 additions and 0 deletions

View File

@@ -119,6 +119,7 @@
#include <string.h>
#include <errno.h>
#include <limits.h>
#include <ctype.h>
#ifdef _WIN32
#include <winsock2.h>