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@gnupg.org>
This commit is contained in:
Werner Koch 2015-11-27 18:10:31 +01:00
parent 7c856f9914
commit 436a154ea8
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -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;