]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1155] Wrong header included in config.h. Should have been winsock2.h
authorDanny Mayer <mayer@ntp.org>
Sun, 12 Apr 2009 04:34:41 +0000 (00:34 -0400)
committerDanny Mayer <mayer@ntp.org>
Sun, 12 Apr 2009 04:34:41 +0000 (00:34 -0400)
bk: 49e16f61o8zPKgEYvRMNocYXXYTvpA

ports/winnt/include/config.h

index 749e0b0eb79202ea271fd43407b3eed3ffc6a869..9de5a2d4cb0136427c0ec9186daba2d92be77648 100644 (file)
@@ -56,7 +56,7 @@
 
 /* Include Windows headers */
 #include <windows.h>
-#include <winsock.h>
+#include <winsock2.h>
 #include <ws2tcpip.h>
 
 /*
@@ -373,6 +373,5 @@ typedef unsigned long uintptr_t;
  * Include standard stat information
  */
 #include <isc/stat.h>
-#include <ntp_rfc2553.h>
 
 #endif /* __CONFIG_H */