Skip to content

Commit

Permalink
Fix build error on FreeBSD by including proper headers for the
Browse files Browse the repository at this point in the history
struct in_addr.
  • Loading branch information
sobomax committed Mar 1, 2016
1 parent 6c99004 commit 60342f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/tls_mgm/tls_mgm.c
Expand Up @@ -3,6 +3,9 @@
#include <openssl/opensslv.h>
#include <openssl/err.h>

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/tcp.h>
#include <netinet/ip.h>
Expand Down

0 comments on commit 60342f5

Please sign in to comment.