From 781e614e3b4586da27e54caca39b6a7ed42fc7c7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 28 Jun 2016 15:42:58 +0200 Subject: common: Add missing header file for clarity. * common/zb32.c: Include zb32.h. Signed-off-by: Werner Koch --- common/zb32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/zb32.c') 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 #include "util.h" - +#include "zb32.h" /* Zooko's base32 variant. See RFC-6189 and http://philzimmermann.com/docs/human-oriented-base-32-encoding.txt -- cgit v1.2.3