summaryrefslogtreecommitdiff
path: root/lib/texpect
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2014-10-09 14:34:02 +0200
committerJeremy Allison <jra@samba.org>2014-10-09 19:33:34 +0200
commitccb0d9d6169594e8dd1c8935c9dfec51ee7125c4 (patch)
treef7003050012e196052ab00bc20f17e105bc1a146 /lib/texpect
parent644e53d615beecc44185b0e8b691e34b4ced7e7c (diff)
downloadsamba-ccb0d9d6169594e8dd1c8935c9dfec51ee7125c4.tar.gz
lib/texpect: portability fix, include signal.h
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/texpect')
-rw-r--r--lib/texpect/texpect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/texpect/texpect.c b/lib/texpect/texpect.c
index c1a6a992d72..ac889792b38 100644
--- a/lib/texpect/texpect.c
+++ b/lib/texpect/texpect.c
@@ -62,6 +62,7 @@
#include <popt.h>
#include <errno.h>
#include <err.h>
+#include <signal.h>
struct command {
enum { CMD_EXPECT = 0, CMD_SEND, CMD_PASSWORD } type;