diff options
Diffstat (limited to 'crypto/compat/posix_win.c')
-rw-r--r-- | crypto/compat/posix_win.c | 1 |
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 |
212 | struct timezone; | ||
212 | int gettimeofday(struct timeval * tp, struct timezone * tzp) | 213 | int gettimeofday(struct timeval * tp, struct timezone * tzp) |
213 | { | 214 | { |
214 | /* | 215 | /* |