svn commit: r290933 - head/usr.sbin/ypldap

Craig Rodrigues rodrigc at FreeBSD.org
Mon Nov 16 16:52:58 UTC 2015


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>


More information about the svn-src-all mailing list