mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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:
parent
7c856f9914
commit
436a154ea8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue