diff options
author | Werner Koch <[email protected]> | 2006-11-05 15:08:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-11-05 15:08:58 +0000 |
commit | 10d563da0879d9892e3bf44dc399273eb68e2343 (patch) | |
tree | 9cec0b6724670532f55d7f1395ba2199cadb0e3b /tools/symcryptrun.c | |
parent | Post release update (diff) | |
download | gnupg-10d563da0879d9892e3bf44dc399273eb68e2343.tar.gz gnupg-10d563da0879d9892e3bf44dc399273eb68e2343.zip |
Collected fixes.
Diffstat (limited to 'tools/symcryptrun.c')
-rw-r--r-- | tools/symcryptrun.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c index 406cbb2a2..68302d39d 100644 --- a/tools/symcryptrun.c +++ b/tools/symcryptrun.c @@ -69,10 +69,13 @@ #include <string.h> #include <errno.h> #include <assert.h> +#include <signal.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> +#ifdef HAVE_PTY_H #include <pty.h> +#endif #include <utmp.h> #include <ctype.h> #ifdef HAVE_LOCALE_H |