diff options
Diffstat (limited to '')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/symcryptrun.c | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index ae591dbfd..38888022c 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2011-03-08 Werner Koch <[email protected]> + + * symcryptrun.c [HAVE_UTMP_H]: Include utmp.h. + 2011-02-23 Werner Koch <[email protected]> * gpgconf.c: Add command --kill. diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c index 1d882a1d5..c75f637e6 100644 --- a/tools/symcryptrun.c +++ b/tools/symcryptrun.c @@ -74,6 +74,9 @@ #ifdef HAVE_PTY_H #include <pty.h> #endif +#ifdef HAVE_UTMP_H +#include <utmp.h> +#endif #include <ctype.h> #ifdef HAVE_LOCALE_H #include <locale.h> |