diff options
author | Werner Koch <[email protected]> | 2020-11-04 15:31:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-11-04 15:32:16 +0000 |
commit | d4089b04a5f15c1cc1a4809cb8f0d59fc1cdf564 (patch) | |
tree | 0bcba4ae060ca25a061bbf7318830e0359567b56 | |
parent | gpgconf: Make sure the homedir exists for --apply-profile. (diff) | |
download | gnupg-d4089b04a5f15c1cc1a4809cb8f0d59fc1cdf564.tar.gz gnupg-d4089b04a5f15c1cc1a4809cb8f0d59fc1cdf564.zip |
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 <[email protected]>
-rw-r--r-- | g13/create.c | 1 | ||||
-rw-r--r-- | g13/sh-dmcrypt.c | 1 |
2 files changed, 2 insertions, 0 deletions
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). */ |