Przeglądaj źródła

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

Stéphane Raimbault 14 lat temu
rodzic
commit
fd6ebf804d
1 zmienionych plików z 1 dodań i 0 usunięć
  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