Commit 290bb03343e7e6cf62982276b93ee63b3799ece0
authorZsolt Saskovy <zsolt_saskovy@epam.com>
Thu, 28 Nov 2019 21:12:34 +0000 (22:12 +0100)
committerZsolt Saskovy <zsolt_saskovy@epam.com>
Thu, 28 Nov 2019 21:13:24 +0000 (22:13 +0100)
simavr/sim/sim_network.h

index b3e0fb3891f2142cf4a48f63f891dec4a6c8cda6..da4600ad64e8ccdbbb2422ba2c2c4da21e5a7879 100644 (file)
@@ -30,8 +30,8 @@ extern "C" {
 
 // Windows with MinGW
 
-#include <windows.h>
 #include <winsock2.h>
+#include <windows.h>
 #include <ws2tcpip.h>
 
 #define send(sockfd, buf, len, flags) \