From: Zsolt Saskovy Date: Thu, 28 Nov 2019 21:12:34 +0000 (+0100) Subject: Changed the order of winsock2 and windows includes. Wrong onder caused compilation... X-Git-Tag: v1.7~31^2~1 X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=290bb03343e7e6cf62982276b93ee63b3799ece0;p=sx%2Fsimavr.git Changed the order of winsock2 and windows includes. Wrong onder caused compilation errors under Windows --- diff --git a/simavr/sim/sim_network.h b/simavr/sim/sim_network.h index b3e0fb3..da4600a 100644 --- a/simavr/sim/sim_network.h +++ b/simavr/sim/sim_network.h @@ -30,8 +30,8 @@ extern "C" { // Windows with MinGW -#include #include +#include #include #define send(sockfd, buf, len, flags) \