aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/posix_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/compat/posix_win.c')
-rw-r--r--crypto/compat/posix_win.c1
1 files changed, 1 insertions, 0 deletions
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,
209} 209}
210 210
211#ifdef _MSC_VER 211#ifdef _MSC_VER
212struct timezone;
212int gettimeofday(struct timeval * tp, struct timezone * tzp) 213int gettimeofday(struct timeval * tp, struct timezone * tzp)
213{ 214{
214 /* 215 /*