From: Nick Mathewson Date: Fri, 3 Jun 2011 21:06:17 +0000 (-0400) Subject: Fix regress_ssl.c build on openbsd X-Git-Tag: release-2.0.12-stable~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdfb8330dfcf865fbfe82184cf0db85304c943b2;p=libevent Fix regress_ssl.c build on openbsd --- diff --git a/test/regress_ssl.c b/test/regress_ssl.c index e16bf8b3..6bc5f320 100644 --- a/test/regress_ssl.c +++ b/test/regress_ssl.c @@ -30,6 +30,7 @@ #endif #ifndef WIN32 +#include #include #include #endif