From d4089b04a5f15c1cc1a4809cb8f0d59fc1cdf564 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 4 Nov 2020 16:31:33 +0100 Subject: [PATCH] g13: Include a now missing header file. * g13/create.c: Include sysutuls.h * g13/sh-dmcrypt.c: Ditto. -- This is needed due to the recent switch from stat to gnupg_stat. Signed-off-by: Werner Koch --- g13/create.c | 1 + g13/sh-dmcrypt.c | 1 + 2 files changed, 2 insertions(+) diff --git a/g13/create.c b/g13/create.c index bc31f4e32..ac4d130c6 100644 --- a/g13/create.c +++ b/g13/create.c @@ -33,6 +33,7 @@ #include "keyblob.h" #include "backend.h" #include "g13tuple.h" +#include "../common/sysutils.h" #include "../common/call-gpg.h" /* Create a new blob with all the session keys and other meta diff --git a/g13/sh-dmcrypt.c b/g13/sh-dmcrypt.c index 4320ac394..6f7173ec5 100644 --- a/g13/sh-dmcrypt.c +++ b/g13/sh-dmcrypt.c @@ -41,6 +41,7 @@ #include "../common/i18n.h" #include "g13tuple.h" #include "../common/exectool.h" +#include "../common/sysutils.h" #include "keyblob.h" /* The standard disk block size (logical). */