From 5aadb4b62d26e1bfb40a1ce444a81c2a5a56159c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 30 Oct 2015 12:33:40 +0100 Subject: common: Add separate header for zb32.c. * common/util.h (zb32_encode): Move prototype to ... * common/zb32.h: new. Include this for all callers of zb32_encode. Signed-off-by: Werner Koch --- g10/misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'g10/misc.c') diff --git a/g10/misc.c b/g10/misc.c index 5c77714d3..7f0b08a28 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -67,6 +67,7 @@ #include "options.h" #include "call-agent.h" #include "i18n.h" +#include "zb32.h" #include -- cgit v1.2.3