From cb0dcc340836a64e2d33b27f1be7bc888c084f12 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 7 Mar 2014 09:46:44 +0100 Subject: w32: Include winsock2.h to silence warnings. --- common/pka.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/pka.c') diff --git a/common/pka.c b/common/pka.c index 2b4b9ceff..3c45e8bbf 100644 --- a/common/pka.c +++ b/common/pka.c @@ -36,7 +36,10 @@ #ifdef USE_DNS_PKA #include #ifdef _WIN32 -#include +# ifdef HAVE_WINSOCK2_H +# include +# endif +# include #else #include #include -- cgit v1.2.3