diff options
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/misc.c b/g10/misc.c index 1a937f1a6..6e9b31ef9 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -40,6 +40,9 @@ #ifdef HAVE_W32_SYSTEM #include <time.h> #include <process.h> +#ifdef HAVE_WINSOCK2_H +# include <winsock2.h> +#endif #include <windows.h> #include <shlobj.h> #ifndef CSIDL_APPDATA |