summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-11-16 17:28:04 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-11-16 17:28:04 +0000
commit4fa762588477ce47c72de04254d9b68f49cd6f42 (patch)
tree66fee55385f4c9dc55e7041e3914892346a568a6 /usr.sbin/ypldap
parentbba159a487b1c48b29b09dd5c4d9b725b115cfc2 (diff)
downloadFreeBSD-src-4fa762588477ce47c72de04254d9b68f49cd6f42.zip
FreeBSD-src-4fa762588477ce47c72de04254d9b68f49cd6f42.tar.gz
Add include of signal.h for signal() prototype.
Diffstat (limited to 'usr.sbin/ypldap')
-rw-r--r--usr.sbin/ypldap/ldapclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ypldap/ldapclient.c b/usr.sbin/ypldap/ldapclient.c
index e95585a..897ceb2 100644
--- a/usr.sbin/ypldap/ldapclient.c
+++ b/usr.sbin/ypldap/ldapclient.c
@@ -34,6 +34,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <pwd.h>
+#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
OpenPOWER on IntegriCloud