diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c index 31847452b..093468eb3 100644 --- a/tools/gpgconf.c +++ b/tools/gpgconf.c @@ -35,6 +35,9 @@ #include "../common/status.h" #include "../common/exechelp.h" +#ifdef HAVE_W32_SYSTEM +#include <windows.h> +#endif /* Constants to identify the commands and options. */ enum cmd_and_opt_values |