aboutsummaryrefslogtreecommitdiffstats
path: root/tools/symcryptrun.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-11-05 15:08:58 +0000
committerWerner Koch <[email protected]>2006-11-05 15:08:58 +0000
commit10d563da0879d9892e3bf44dc399273eb68e2343 (patch)
tree9cec0b6724670532f55d7f1395ba2199cadb0e3b /tools/symcryptrun.c
parentPost release update (diff)
downloadgnupg-10d563da0879d9892e3bf44dc399273eb68e2343.tar.gz
gnupg-10d563da0879d9892e3bf44dc399273eb68e2343.zip
Collected fixes.
Diffstat (limited to 'tools/symcryptrun.c')
-rw-r--r--tools/symcryptrun.c3
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