From 9e7fd1fa312c485f542f9a5b633cbfadcad46b17 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 13 Aug 2017 16:04:03 -0500 Subject: [PATCH] declare struct timezone outside of the function declaration --- crypto/compat/posix_win.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/compat/posix_win.c b/crypto/compat/posix_win.c index f8121d8..d6e2dcb 100644 --- a/crypto/compat/posix_win.c +++ b/crypto/compat/posix_win.c @@ -209,6 +209,7 @@ posix_setsockopt(int sockfd, int level, int optname, } #ifdef _MSC_VER +struct timezone; int gettimeofday(struct timeval * tp, struct timezone * tzp) { /*