mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01: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
@ -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…
x
Reference in New Issue
Block a user