From: Danny Mayer Date: Sun, 12 Apr 2009 04:34:41 +0000 (-0400) Subject: [Bug 1155] Wrong header included in config.h. Should have been winsock2.h X-Git-Tag: NTP_4_2_4P7_RC3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7167fea82361d0d6405bdd15cc566361ec1fda22;p=thirdparty%2Fntp.git [Bug 1155] Wrong header included in config.h. Should have been winsock2.h bk: 49e16f61o8zPKgEYvRMNocYXXYTvpA --- diff --git a/ports/winnt/include/config.h b/ports/winnt/include/config.h index 749e0b0eb..9de5a2d4c 100644 --- a/ports/winnt/include/config.h +++ b/ports/winnt/include/config.h @@ -56,7 +56,7 @@ /* Include Windows headers */ #include -#include +#include #include /* @@ -373,6 +373,5 @@ typedef unsigned long uintptr_t; * Include standard stat information */ #include -#include #endif /* __CONFIG_H */