From 54a447774984ff13134c5c2496118ab986b4a616 Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Tue, 4 Sep 2007 05:59:07 +0000 Subject: [PATCH] 2007-09-04 Moritz Schulte * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared. --- tools/ChangeLog | 5 +++++ tools/gpgkey2ssh.c | 1 + 2 files changed, 6 insertions(+) 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 + + * gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is + declared. + 2007-08-31 Werner Koch * 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 #include "util.h" +#include "sysutils.h"