From 436a154ea85e4dffbde7c3b316fbfca1b066aa2a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 27 Nov 2015 18:10:31 +0100 Subject: [PATCH] kbx: Include gpg-error prior to mischelp.h. * kbx/keybox-init.c: Change order of includes. -- This is to avoid redefintion warnings about GPGRT_ATTR_PRINTF. Signed-off-by: Werner Koch --- kbx/keybox-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbx/keybox-init.c b/kbx/keybox-init.c index 618966fad..e91911c37 100644 --- a/kbx/keybox-init.c +++ b/kbx/keybox-init.c @@ -24,8 +24,8 @@ #include #include -#include "../common/mischelp.h" #include "keybox-defs.h" +#include "../common/mischelp.h" static KB_NAME kb_names;