aboutsummaryrefslogtreecommitdiffstats
path: root/common/iobuf.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-03-07 08:46:44 +0000
committerWerner Koch <[email protected]>2014-03-07 13:18:43 +0000
commitcb0dcc340836a64e2d33b27f1be7bc888c084f12 (patch)
treeb3a7c437ee7b2fe2f529697b458d3ea05d873bb0 /common/iobuf.c
parentgl: Avoid warning about shadowing an arg. (diff)
downloadgnupg-cb0dcc340836a64e2d33b27f1be7bc888c084f12.tar.gz
gnupg-cb0dcc340836a64e2d33b27f1be7bc888c084f12.zip
w32: Include winsock2.h to silence warnings.
Diffstat (limited to '')
-rw-r--r--common/iobuf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/iobuf.c b/common/iobuf.c
index 71930208c..d78e5d2e2 100644
--- a/common/iobuf.c
+++ b/common/iobuf.c
@@ -40,6 +40,9 @@
#include <fcntl.h>
#include <unistd.h>
#ifdef HAVE_W32_SYSTEM
+# ifdef HAVE_WINSOCK2_H
+# include <winsock2.h>
+# endif
# include <windows.h>
#endif
#ifdef __riscos__