From: Ted Lemon Date: Fri, 9 May 1997 08:18:06 +0000 (+0000) Subject: Cygwin32 support X-Git-Tag: DHCP-970602~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d92bab9a03a0c78134e8076014dad36b0734e06b;p=thirdparty%2Fdhcp.git Cygwin32 support --- diff --git a/includes/osdep.h b/includes/osdep.h index b2b23ed28..25c2fcdc9 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