diff options
Diffstat (limited to '')
-rw-r--r-- | kbx/kbxutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c index 333c28695..9762add2a 100644 --- a/kbx/kbxutil.c +++ b/kbx/kbxutil.c @@ -34,11 +34,11 @@ #include "../common/stringhelp.h" #include "../common/utf8conv.h" #include "i18n.h" -#include "init.h" #include "keybox-defs.h" - +#include "../common/init.h" #include <gcrypt.h> + enum cmd_and_opt_values { aNull = 0, oArmor = 'a', |