Change header order to pick up OPENSSL_SYS_WIN32
authorDr. Stephen Henson <steve@openssl.org>
Sun, 1 Dec 2013 23:29:40 +0000 (23:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 1 Dec 2013 23:29:40 +0000 (23:29 +0000)
ssl/dnssec.c

index 6ca58f1e10eed76843e06fe99167660641ec6762..a1cba6f808e62bd0079b4f5fde15c22d7442f253 100644 (file)
@@ -1,15 +1,16 @@
 #include <openssl/opensslconf.h>
 
 #include <string.h>
-#ifndef OPENSSL_SYS_WIN32
-#include <netdb.h>
-#include <sys/socket.h>
-#endif
 #include <openssl/bio.h>
 #include <openssl/dso.h>
 
 #include "ssl.h"
 
+#ifndef OPENSSL_SYS_WIN32
+#include <netdb.h>
+#include <sys/socket.h>
+#endif
+
 #ifndef OPENSSL_NO_LIBUNBOUND
 #include <unbound.h>