diff options
author | Justus Winter <[email protected]> | 2016-09-15 12:46:06 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-09-15 12:46:06 +0000 |
commit | c0e620cee86b5dacc941964bd187bba0dfa90eea (patch) | |
tree | 96e36c2e944d0a08f4f47b638bb645fd21f10df5 /g10/trustdb.c | |
parent | g10: Only consider bindings matching the signer's user id. (diff) | |
download | gnupg-c0e620cee86b5dacc941964bd187bba0dfa90eea.tar.gz gnupg-c0e620cee86b5dacc941964bd187bba0dfa90eea.zip |
g10: Add missing header.
* g10/trustdb.c: Include 'mbox-util.h'.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'g10/trustdb.c')
-rw-r--r-- | g10/trustdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index 029c8c3b1..f5b40085f 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -36,6 +36,7 @@ #include "options.h" #include "packet.h" #include "main.h" +#include "mbox-util.h" #include "i18n.h" #include "tdbio.h" #include "trustdb.h" |