diff options
author | Werner Koch <[email protected]> | 2016-06-28 13:42:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-28 13:53:59 +0000 |
commit | 781e614e3b4586da27e54caca39b6a7ed42fc7c7 (patch) | |
tree | 6c2386b275d0c06d14054f214883fa9936fa3b60 /common/zb32.c | |
parent | Add another collection of sample keys (diff) | |
download | gnupg-781e614e3b4586da27e54caca39b6a7ed42fc7c7.tar.gz gnupg-781e614e3b4586da27e54caca39b6a7ed42fc7c7.zip |
common: Add missing header file for clarity.
* common/zb32.c: Include zb32.h.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/zb32.c')
-rw-r--r-- | common/zb32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/zb32.c b/common/zb32.c index 05aa0eac8..54bd5d4fd 100644 --- a/common/zb32.c +++ b/common/zb32.c @@ -35,7 +35,7 @@ #include <assert.h> #include "util.h" - +#include "zb32.h" /* Zooko's base32 variant. See RFC-6189 and http://philzimmermann.com/docs/human-oriented-base-32-encoding.txt |