1234567891011121314 |
- diff --git a/src/addons/http.c b/src/addons/http.c
- index fbaab52f4..32985a554 100644
- --- a/src/addons/http.c
- +++ b/src/addons/http.c
- @@ -56,6 +56,9 @@ typedef SOCKET ecs_http_socket_t;
- #include <strings.h>
- #include <signal.h>
- #include <fcntl.h>
- +#ifdef __FreeBSD__
- +#include <netinet/in.h>
- +#endif
- typedef int ecs_http_socket_t;
- #endif
-
|