summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-11-16 16:52:56 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-11-16 16:52:56 +0000
commit8dff23c527b3f539c4e9e66fb3f362b5dda9aa0c (patch)
tree94dc40a4341330666ef029a821de5ed42b8540a7 /usr.sbin/ypldap
parent8fc8f40e0d49c50a9f764c472aefe5211674a28e (diff)
downloadFreeBSD-src-8dff23c527b3f539c4e9e66fb3f362b5dda9aa0c.zip
FreeBSD-src-8dff23c527b3f539c4e9e66fb3f362b5dda9aa0c.tar.gz
Add include of <string.h> for strlen() prototype.
Diffstat (limited to 'usr.sbin/ypldap')
-rw-r--r--usr.sbin/ypldap/ber.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ypldap/ber.c b/usr.sbin/ypldap/ber.c
index d7e17b6..a2950dc 100644
--- a/usr.sbin/ypldap/ber.c
+++ b/usr.sbin/ypldap/ber.c
@@ -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>
OpenPOWER on IntegriCloud