Commit fd6ebf804d73b250fea883dcfb45fc5f6ced529b
1 parent
a022e9a9
Fix compilation of bandwidth-server-many-up.c on FreeBSD
Showing
1 changed file
with
1 additions
and
0 deletions
tests/bandwidth-server-many-up.c
| @@ -27,6 +27,7 @@ | @@ -27,6 +27,7 @@ | ||
| 27 | #if defined(_WIN32) | 27 | #if defined(_WIN32) |
| 28 | #include <ws2tcpip.h> | 28 | #include <ws2tcpip.h> |
| 29 | #else | 29 | #else |
| 30 | +#include <sys/socket.h> | ||
| 30 | #include <netinet/in.h> | 31 | #include <netinet/in.h> |
| 31 | #include <arpa/inet.h> | 32 | #include <arpa/inet.h> |
| 32 | #endif | 33 | #endif |