diff options
Diffstat (limited to 'tools/gpg-wks-client.c')
-rw-r--r-- | tools/gpg-wks-client.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/gpg-wks-client.c b/tools/gpg-wks-client.c index 98ca2fb38..8c13be7e2 100644 --- a/tools/gpg-wks-client.c +++ b/tools/gpg-wks-client.c @@ -19,6 +19,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> @@ -41,6 +44,7 @@ #include "mime-maker.h" #include "send-mail.h" #include "gpg-wks.h" +#include "../common/argparse.h" /* temporary hack. */ /* Constants to identify the commands and options. */ |