diff options
author | Werner Koch <[email protected]> | 2004-12-13 15:49:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-13 15:49:56 +0000 |
commit | 801ab885224b7d85aa11cb9f239f33cb420d3159 (patch) | |
tree | 692dfc401226c89d17e8dd3a84fb778fedb97207 /jnlib/w32-afunix.h | |
parent | Added real code written by Timo Schulz. (diff) | |
download | gnupg-801ab885224b7d85aa11cb9f239f33cb420d3159.tar.gz gnupg-801ab885224b7d85aa11cb9f239f33cb420d3159.zip |
VArious hacks to make it at least build under W32.
* stringhelp.c (w32_strerror) [W32]: New.
* w32-pth.c, w32-pth.h: Added real code written by Timo Schulz.
Not finished, though.
* gpgconf-comp.c <ignore-ocsp-service-url>: Fixed typo.
Diffstat (limited to '')
-rw-r--r-- | jnlib/w32-afunix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlib/w32-afunix.h b/jnlib/w32-afunix.h index 1319de5e6..367832299 100644 --- a/jnlib/w32-afunix.h +++ b/jnlib/w32-afunix.h @@ -23,6 +23,7 @@ #include <sys/types.h> #include <windows.h> +#include <ws2tcpip.h> #include <unistd.h> #define DIRSEP_C '\\' |