diff options
author | Werner Koch <wk@gnupg.org> | 2020-11-25 10:22:58 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-11-25 10:23:55 +0100 |
commit | 60e1ce66120b2972539c7c73248ca94ed1c76bc4 (patch) | |
tree | aab3b821007f03656dd236c95929ac2fc54822de /g13 | |
parent | scd: Rework the handling of the displayed serial number. (diff) | |
download | gnupg2-60e1ce66120b2972539c7c73248ca94ed1c76bc4.tar.xz gnupg2-60e1ce66120b2972539c7c73248ca94ed1c76bc4.zip |
g13: Add missing header
--
Diffstat (limited to 'g13')
-rw-r--r-- | g13/sh-dmcrypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
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). */ |