diff options
Diffstat (limited to '')
-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 */ |