aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp-w32.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2021-12-17 04:28:42 +0000
committerNIIBE Yutaka <[email protected]>2021-12-17 04:32:14 +0000
commite08225030dfb2090e756d26575f38c371e5a81cf (patch)
tree3b6284bdd8547907a10a6c571112830f99ae0720 /common/exechelp-w32.c
parentgpg: Emit compatible Ed25519 signature. (diff)
downloadgnupg-e08225030dfb2090e756d26575f38c371e5a81cf.tar.gz
gnupg-e08225030dfb2090e756d26575f38c371e5a81cf.zip
w32: Prepare for the case gcrypt.h will not include winsock2.h.
* common/dynload.h: Include specific headers only. * common/exechelp-w32.c: Include <windows.h>. * common/gettime.c: Likewise. * common/utf8conv.c: Likewise. * tests/gpgscm/ffi.c: Likewise. * tools/gpgconf.c: Likewise. * configure.ac: Check winsock2.h, removing gl_HEADER_SYS_SOCKET. -- GnuPG-bug-id: 5731 Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'common/exechelp-w32.c')
-rw-r--r--common/exechelp-w32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/exechelp-w32.c b/common/exechelp-w32.c
index 92be5cd52..dee96f5b4 100644
--- a/common/exechelp-w32.c
+++ b/common/exechelp-w32.c
@@ -65,6 +65,8 @@
#include "sysutils.h"
#include "exechelp.h"
+#include <windows.h>
+
/* Define to 1 do enable debugging. */
#define DEBUG_W32_SPAWN 0