diff options
| author | Werner Koch <[email protected]> | 2020-11-25 09:22:58 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2020-11-25 09:23:55 +0000 |
| commit | 60e1ce66120b2972539c7c73248ca94ed1c76bc4 (patch) | |
| tree | aab3b821007f03656dd236c95929ac2fc54822de | |
| parent | scd: Rework the handling of the displayed serial number. (diff) | |
| download | gnupg-60e1ce66120b2972539c7c73248ca94ed1c76bc4.tar.gz gnupg-60e1ce66120b2972539c7c73248ca94ed1c76bc4.zip | |
g13: Add missing header
--
| -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). */ |
