From bdfb8330dfcf865fbfe82184cf0db85304c943b2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 3 Jun 2011 17:06:17 -0400 Subject: [PATCH] Fix regress_ssl.c build on openbsd --- test/regress_ssl.c | 1 + 1 file changed, 1 insertion(+) 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