aboutsummaryrefslogtreecommitdiffstats
path: root/src/ath.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-11-15 08:40:30 +0000
committerWerner Koch <[email protected]>2010-11-15 08:40:30 +0000
commiteef49ef4171011dec88156481cc70ee350cbbc92 (patch)
tree02356d813f53b27e4102cd22b6f99575b2b0bed0 /src/ath.h
parentMore changes for W32CE with MSC. (diff)
downloadgpgme-eef49ef4171011dec88156481cc70ee350cbbc92.tar.gz
gpgme-eef49ef4171011dec88156481cc70ee350cbbc92.zip
Fixes for the MSC build
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>