[Pkg-gnupg-commit] [gnupg2] 194/241: kbx: Include gpg-error prior to mischelp.h.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:32:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 436a154ea85e4dffbde7c3b316fbfca1b066aa2a
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Nov 27 18:10:31 2015 +0100

    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 <wk at gnupg.org>
---
 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 618966f..e91911c 100644
--- a/kbx/keybox-init.c
+++ b/kbx/keybox-init.c
@@ -24,8 +24,8 @@
 #include <unistd.h>
 #include <assert.h>
 
-#include "../common/mischelp.h"
 #include "keybox-defs.h"
+#include "../common/mischelp.h"
 
 static KB_NAME kb_names;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list