summaryrefslogtreecommitdiff
path: root/cpp/main.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2003-09-20 19:44:36 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:49 +0200
commit22950ba3df3a0b739786243679d69cd4094e8b20 (patch)
tree942907e918e556d340dcbcb8ffdc0f7d020a275e /cpp/main.c
parent5613ba3c0749fa494d35c4dc36b57c5b4e6edb55 (diff)
downloaddev86-22950ba3df3a0b739786243679d69cd4094e8b20.tar.gz
Import Dev86src-0.16.13.tar.gzv0.16.13
Diffstat (limited to 'cpp/main.c')
-rw-r--r--cpp/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/main.c b/cpp/main.c
index c4e6cdd..b7cf0ee 100644
--- a/cpp/main.c
+++ b/cpp/main.c
@@ -4,7 +4,11 @@
#include <stdlib.h>
#include <locale.h>
#endif
+#ifndef __CYGWIN__
#include <ctype.h>
+#else
+#include "cygwin.c"
+#endif
#include <string.h>
#include <malloc.h>
#include <time.h>