diff options
Diffstat (limited to '')
-rw-r--r-- | tools/ChangeLog | 5 | ||||
-rw-r--r-- | tools/gpgkey2ssh.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 4a1a4ead1..41ec8c215 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,8 @@ +2007-09-04 Moritz Schulte <[email protected]> + + * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is + declared. + 2007-08-31 Werner Koch <[email protected]> * gpgconf-comp.c (gc_component_list_components): List the programs diff --git a/tools/gpgkey2ssh.c b/tools/gpgkey2ssh.c index c7156f9fa..0c0985d41 100644 --- a/tools/gpgkey2ssh.c +++ b/tools/gpgkey2ssh.c @@ -27,6 +27,7 @@ #include <errno.h> #include "util.h" +#include "sysutils.h" |