Pārlūkot izejas kodu

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

Stéphane Raimbault 14 gadi atpakaļ
vecāks
revīzija
fd6ebf804d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      tests/bandwidth-server-many-up.c

+ 1 - 0
tests/bandwidth-server-many-up.c

@@ -27,6 +27,7 @@
 #if defined(_WIN32)
 #include <ws2tcpip.h>
 #else
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #endif