From bc2f0c7dcbd22ab52971df4a419933e70f263a3f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 5 Jul 2006 23:10:37 +0000 Subject: Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode. --- docs/examples/synctime.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/examples/synctime.c') diff --git a/docs/examples/synctime.c b/docs/examples/synctime.c index 9f3bba0e9..fc629ee33 100644 --- a/docs/examples/synctime.c +++ b/docs/examples/synctime.c @@ -59,7 +59,9 @@ #include #include +#ifndef __CYGWIN__ #include +#endif #include -- cgit v1.2.3