aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Schulte <[email protected]>2007-09-04 05:59:07 +0000
committerMoritz Schulte <[email protected]>2007-09-04 05:59:07 +0000
commit54a447774984ff13134c5c2496118ab986b4a616 (patch)
tree3a8c74cd21ed5b4e0ce28d42fbdd4c06e7a44c87
parentMake gpgconf --list-components also print the name of the executable program. (diff)
downloadgnupg-54a447774984ff13134c5c2496118ab986b4a616.tar.gz
gnupg-54a447774984ff13134c5c2496118ab986b4a616.zip
2007-09-04 Moritz Schulte <[email protected]>
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is declared.
-rw-r--r--tools/ChangeLog5
-rw-r--r--tools/gpgkey2ssh.c1
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"