aboutsummaryrefslogtreecommitdiffstats
path: root/src/ath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ath.h')
-rw-r--r--src/ath.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ath.h b/src/ath.h
index 424e3456..9ada5502 100644
--- a/src/ath.h
+++ b/src/ath.h
@@ -28,6 +28,9 @@
/* fixme: Check how we did it in libgcrypt. */
struct msghdr { int dummy; };
typedef int socklen_t;
+# if defined(HAVE_W32CE_SYSTEM) && defined(_MSC_VER)
+# include <winsock2.h>
+# endif
# include <windows.h>
# include <io.h>