diff options
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 |