diff options
| author | Moritz Schulte <[email protected]> | 2007-09-04 05:59:07 +0000 |
|---|---|---|
| committer | Moritz Schulte <[email protected]> | 2007-09-04 05:59:07 +0000 |
| commit | 54a447774984ff13134c5c2496118ab986b4a616 (patch) | |
| tree | 3a8c74cd21ed5b4e0ce28d42fbdd4c06e7a44c87 /tools/gpgkey2ssh.c | |
| parent | Make gpgconf --list-components also print the name of the executable program. (diff) | |
| download | gnupg-54a447774984ff13134c5c2496118ab986b4a616.tar.gz gnupg-54a447774984ff13134c5c2496118ab986b4a616.zip | |
2007-09-04 Moritz Schulte <[email protected]>
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
declared.
Diffstat (limited to 'tools/gpgkey2ssh.c')
| -rw-r--r-- | tools/gpgkey2ssh.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
