$OpenBSD: patch-src_openssl_stream_c,v 1.1 2015/01/28 09:19:45 ajacoutot Exp $

Needed for AF_SOCKET and in6_addr.

--- src/openssl_stream.c.orig	Sat Jan 17 00:39:35 2015
+++ src/openssl_stream.c	Wed Jan 28 09:42:38 2015
@@ -13,6 +13,9 @@
 
 #include <ctype.h>
 
+#include <sys/socket.h>
+#include <netinet/in.h>
+
 #include "global.h"
 #include "posix.h"
 #include "stream.h"
