From: Danny Mayer Date: Thu, 11 May 2006 03:55:45 +0000 (-0400) Subject: Bug #611 Fix for EAI_* codes and netent definitions X-Git-Tag: NTP_4_2_1P253_RC~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5ff1ca6c97c8f247093aaabe067e9659c38cec;p=thirdparty%2Fntp.git Bug #611 Fix for EAI_* codes and netent definitions bk: 4462b5c1Kb0NX5R5A3eW_QxzUTGKRQ --- diff --git a/libntp/ntp_rfc2553.c b/libntp/ntp_rfc2553.c index 26d1af678..e4bdc3f5a 100644 --- a/libntp/ntp_rfc2553.c +++ b/libntp/ntp_rfc2553.c @@ -74,6 +74,9 @@ #ifdef HAVE_NETINET_IN_H #include #endif +#ifndef SYS_WINNT +#include +#endif #include "ntp_rfc2553.h" #include "ntpd.h"