mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
1fbf085bc8
commit
d4089b04a5
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue