2007-09-04 Moritz Schulte <moritz@g10code.com>

* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
	declared.
This commit is contained in:
Moritz Schulte 2007-09-04 05:59:07 +00:00
parent 273433d70d
commit 54a4477749
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-09-04 Moritz Schulte <moritz@g10code.com>
* gpgkey2ssh.c: Include sysutils.h so that gnupg_tmpfile() is
declared.
2007-08-31 Werner Koch <wk@g10code.com>
* gpgconf-comp.c (gc_component_list_components): List the programs

View File

@ -27,6 +27,7 @@
#include <errno.h>
#include "util.h"
#include "sysutils.h"