summaryrefslogtreecommitdiffstats
path: root/common/ttyio.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-03-07 09:46:44 +0100
committerWerner Koch <wk@gnupg.org>2014-03-07 14:18:43 +0100
commitcb0dcc340836a64e2d33b27f1be7bc888c084f12 (patch)
treeb3a7c437ee7b2fe2f529697b458d3ea05d873bb0 /common/ttyio.c
parentgl: Avoid warning about shadowing an arg. (diff)
downloadgnupg2-cb0dcc340836a64e2d33b27f1be7bc888c084f12.tar.xz
gnupg2-cb0dcc340836a64e2d33b27f1be7bc888c084f12.zip
w32: Include winsock2.h to silence warnings.
Diffstat (limited to 'common/ttyio.c')
-rw-r--r--common/ttyio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ttyio.c b/common/ttyio.c
index a3f63274a..66ca98401 100644
--- a/common/ttyio.c
+++ b/common/ttyio.c
@@ -53,6 +53,9 @@
#endif
#endif
#ifdef USE_W32_CONSOLE
+# ifdef HAVE_WINSOCK2_H
+# include <winsock2.h>
+# endif
# include <windows.h>
# ifdef HAVE_TCGETATTR
# error mingw32 and termios