diff options
author | Werner Koch <[email protected]> | 2003-04-29 10:39:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-04-29 10:39:22 +0000 |
commit | 84a9ac9572970d587e2ad0fbcd6fcc7783cbadb7 (patch) | |
tree | e33d4f9cfcb7541094b8194ce279b509840082a4 /common/maperror.c | |
parent | * command.c (register_commands): Adjusted for new Assuan semantics. (diff) | |
download | gnupg-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.c | 2 |
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 */ |