aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/argparse.c3
-rw-r--r--common/util.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/common/argparse.c b/common/argparse.c
index c2ba52e3f..b30499bcc 100644
--- a/common/argparse.c
+++ b/common/argparse.c
@@ -28,6 +28,9 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+/* 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>
diff --git a/common/util.h b/common/util.h
index 756f32c03..e1d9fa6fd 100644
--- a/common/util.h
+++ b/common/util.h
@@ -62,7 +62,6 @@
/* Get all the stuff from jnlib. */
#include "../common/logging.h"
-#include "../common/argparse.h"
#include "../common/stringhelp.h"
#include "../common/mischelp.h"
#include "../common/strlist.h"