Commit fd6ebf804d73b250fea883dcfb45fc5f6ced529b

Authored by Stéphane Raimbault
1 parent a022e9a9

Fix compilation of bandwidth-server-many-up.c on FreeBSD

tests/bandwidth-server-many-up.c
... ... @@ -27,6 +27,7 @@
27 27 #if defined(_WIN32)
28 28 #include <ws2tcpip.h>
29 29 #else
  30 +#include <sys/socket.h>
30 31 #include <netinet/in.h>
31 32 #include <arpa/inet.h>
32 33 #endif
... ...