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/w32-reg.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/w32-reg.c') diff --git a/common/w32-reg.c b/common/w32-reg.c index 428705ce9..250717791 100644 --- a/common/w32-reg.c +++ b/common/w32-reg.c @@ -36,6 +36,9 @@ #include #include #include +#ifdef HAVE_WINSOCK2_H +# include +#endif #include #include "libjnlib-config.h" -- cgit v1.2.3