]> granicus.if.org Git - libevent/commitdiff
Fix regress_ssl.c build on openbsd
authorNick Mathewson <nickm@torproject.org>
Fri, 3 Jun 2011 21:06:17 +0000 (17:06 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 3 Jun 2011 21:06:17 +0000 (17:06 -0400)
test/regress_ssl.c

index e16bf8b3160ec45652c978542c7309c606c48bb8..6bc5f320852c0012938a5c170871f70a7f10f976 100644 (file)
@@ -30,6 +30,7 @@
 #endif
 
 #ifndef WIN32
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #endif