Date: Mon, 16 Nov 2015 16:52:56 +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: r290933 - head/usr.sbin/ypldap Message-ID: <201511161652.tAGGqunr054954@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigc Date: Mon Nov 16 16:52:56 2015 New Revision: 290933 URL: https://svnweb.freebsd.org/changeset/base/290933 Log: Add include of <string.h> for strlen() prototype. Modified: head/usr.sbin/ypldap/ber.c Modified: head/usr.sbin/ypldap/ber.c ============================================================================== --- head/usr.sbin/ypldap/ber.c Mon Nov 16 16:51:18 2015 (r290932) +++ head/usr.sbin/ypldap/ber.c Mon Nov 16 16:52:56 2015 (r290933) @@ -26,6 +26,7 @@ #include <stdlib.h> #include <err.h> /* XXX for debug output */ #include <stdio.h> /* XXX for debug output */ +#include <string.h> #include <strings.h> #include <unistd.h> #include <stdarg.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511161652.tAGGqunr054954>