aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'kbx/keybox-util.c')
-rw-r--r--kbx/keybox-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbx/keybox-util.c b/kbx/keybox-util.c
index 486753c0d..b71335b7d 100644
--- a/kbx/keybox-util.c
+++ b/kbx/keybox-util.c
@@ -27,7 +27,7 @@
#endif
#include "keybox-defs.h"
-#include "utilproto.h"
+#include "../common/utilproto.h"
static void *(*alloc_func)(size_t n) = malloc;