aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/setenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/setenv.c')
-rw-r--r--gpgme/setenv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpgme/setenv.c b/gpgme/setenv.c
index 3c803b0b..d3a54c14 100644
--- a/gpgme/setenv.c
+++ b/gpgme/setenv.c
@@ -20,7 +20,11 @@
# include <config.h>
#endif
+#if HAVE_ASSUAN_H
+/* Fixme: Why do we need to include the assuan header and why the
+ internal ones? */
#include "assuan-defs.h"
+#endif /*HAVE_ASSUAN_H*/
#define __builtin_expect(cond,val) (cond)