Date: Mon, 16 Nov 2015 17:28:05 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r290942 - head/usr.sbin/ypldap Message-ID: <201511161728.tAGHS5Im064445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigc Date: Mon Nov 16 17:28:04 2015 New Revision: 290942 URL: https://svnweb.freebsd.org/changeset/base/290942 Log: Add include of signal.h for signal() prototype. Modified: head/usr.sbin/ypldap/ldapclient.c Modified: head/usr.sbin/ypldap/ldapclient.c ============================================================================== --- head/usr.sbin/ypldap/ldapclient.c Mon Nov 16 17:25:27 2015 (r290941) +++ head/usr.sbin/ypldap/ldapclient.c Mon Nov 16 17:28:04 2015 (r290942) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511161728.tAGHS5Im064445>