diff options
Diffstat (limited to 'tools/gpg-wks-server.c')
-rw-r--r-- | tools/gpg-wks-server.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gpg-wks-server.c b/tools/gpg-wks-server.c index 8cdbfaf36..bd0dfd641 100644 --- a/tools/gpg-wks-server.c +++ b/tools/gpg-wks-server.c @@ -24,6 +24,9 @@ */ #include <config.h> +/* We don't want to have the macros from gpgrt here until we have + * completely replaced this module by the one from gpgrt. */ +#undef GPGRT_ENABLE_ARGPARSE_MACROS #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -45,6 +48,7 @@ #include "mime-maker.h" #include "send-mail.h" #include "gpg-wks.h" +#include "../common/argparse.h" /* temporary hack. */ /* The time we wait for a confirmation response. */ |