Date: Mon, 16 Nov 2015 17:08:51 +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: r290939 - head/usr.sbin/ypldap Message-ID: <201511161708.tAGH8pEd058278@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigc Date: Mon Nov 16 17:08:51 2015 New Revision: 290939 URL: https://svnweb.freebsd.org/changeset/base/290939 Log: Add include of time.h for tzset() prototype. Modified: head/usr.sbin/ypldap/log.c Modified: head/usr.sbin/ypldap/log.c ============================================================================== --- head/usr.sbin/ypldap/log.c Mon Nov 16 17:08:05 2015 (r290938) +++ head/usr.sbin/ypldap/log.c Mon Nov 16 17:08:51 2015 (r290939) @@ -25,6 +25,7 @@ #include <stdlib.h> #include <string.h> #include <syslog.h> +#include <time.h> void log_init(int); void log_warn(const char *, ...);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511161708.tAGH8pEd058278>