From d92bab9a03a0c78134e8076014dad36b0734e06b Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 9 May 1997 08:18:06 +0000 Subject: [PATCH] Cygwin32 support --- includes/osdep.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/osdep.h b/includes/osdep.h index b2b23ed2..25c2fcdc 100644 --- a/includes/osdep.h +++ b/includes/osdep.h @@ -105,6 +105,10 @@ # include "cf/qnx.h" #endif +#ifdef __CYGWIN32__ +# include "cf/cygwin32.h" +#endif + /* Porting:: If you add a new network API, and have it set up so that it can be