diff options
Diffstat (limited to 'kbx/keybox-blob.c')
-rw-r--r-- | kbx/keybox-blob.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kbx/keybox-blob.c b/kbx/keybox-blob.c index 709d5f5e1..5ad1d2610 100644 --- a/kbx/keybox-blob.c +++ b/kbx/keybox-blob.c @@ -110,6 +110,8 @@ X.509 specific are noted like [X.509: xxx] #include <string.h> #include <errno.h> #include <assert.h> + +#include "keybox-defs.h" #include <gcrypt.h> #ifdef KEYBOX_WITH_OPENPGP @@ -119,7 +121,6 @@ X.509 specific are noted like [X.509: xxx] #include <ksba.h> #endif -#include "keybox-defs.h" /* special values of the signature status */ |