aboutsummaryrefslogtreecommitdiffstats
path: root/common/maperror.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-04-29 10:39:22 +0000
committerWerner Koch <[email protected]>2003-04-29 10:39:22 +0000
commit84a9ac9572970d587e2ad0fbcd6fcc7783cbadb7 (patch)
treee33d4f9cfcb7541094b8194ce279b509840082a4 /common/maperror.c
parent* command.c (register_commands): Adjusted for new Assuan semantics. (diff)
downloadgnupg-84a9ac9572970d587e2ad0fbcd6fcc7783cbadb7.tar.gz
gnupg-84a9ac9572970d587e2ad0fbcd6fcc7783cbadb7.zip
* util.h (fopencokokie): Removed prototype and struct.
* maperror.c: Use system assuan.h
Diffstat (limited to 'common/maperror.c')
-rw-r--r--common/maperror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/maperror.c b/common/maperror.c
index ab03669ae..e3e18e4a1 100644
--- a/common/maperror.c
+++ b/common/maperror.c
@@ -27,10 +27,10 @@
#include <unistd.h>
#include <ksba.h>
+#include <assuan.h>
#include "util.h"
#include "errors.h"
-#include "../assuan/assuan.h"
/* Note: we might want to wrap this in a macro to get our hands on
the line and file where the error occured */