diff options
Diffstat (limited to 'lib/libssl/d1_lib.c')
-rw-r--r-- | lib/libssl/d1_lib.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c index 106939f2417..7565ce7e366 100644 --- a/lib/libssl/d1_lib.c +++ b/lib/libssl/d1_lib.c @@ -57,8 +57,12 @@ * */ +#include <sys/param.h> +#include <sys/socket.h> + +#include <netinet/in.h> + #include <stdio.h> -#define USE_SOCKETS #include <openssl/objects.h> #include "ssl_locl.h" |