From 22950ba3df3a0b739786243679d69cd4094e8b20 Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Sat, 20 Sep 2003 19:44:36 +0200 Subject: Import Dev86src-0.16.13.tar.gz --- cpp/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/main.c') 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 #include #endif +#ifndef __CYGWIN__ #include +#else +#include "cygwin.c" +#endif #include #include #include -- cgit v1.2.1