Commit 65bc22fa by Edward Thomson

Merge pull request #2844 from rakuco/netinet-include-fixes

openssl: Add all required includes for AF_INET6 and in6_addr.
parents 645073b7 3cda6be7
......@@ -12,6 +12,9 @@
#include <openssl/x509v3.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "global.h"
#include "posix.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment