From fab1ed6fca8fb52fdd8493ce355b308e65286e67 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Thu, 3 Jun 2021 11:45:03 +0100 Subject: [PATCH] hsm_encryption.c: fix source include order --- common/hsm_encryption.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hsm_encryption.c b/common/hsm_encryption.c index 8909a0dd0..2bc457a27 100644 --- a/common/hsm_encryption.c +++ b/common/hsm_encryption.c @@ -1,9 +1,9 @@ #include #include #include +#include #include #include -#include char *hsm_secret_encryption_key(const char *pass, struct secret *key) {