summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-11-16 17:08:51 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-11-16 17:08:51 +0000
commit84a8f489f2e344845c1584364c1227b903f4a4ec (patch)
treea0dcde6de707cf90f917fb7e27400fd5f056dff4 /usr.sbin/ypldap
parentaa02ae250de10316b02a804898afb2834235c199 (diff)
downloadFreeBSD-src-84a8f489f2e344845c1584364c1227b903f4a4ec.zip
FreeBSD-src-84a8f489f2e344845c1584364c1227b903f4a4ec.tar.gz
Add include of time.h for tzset() prototype.
Diffstat (limited to 'usr.sbin/ypldap')
-rw-r--r--usr.sbin/ypldap/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ypldap/log.c b/usr.sbin/ypldap/log.c
index 54ce50b..7fec6f7 100644
--- a/usr.sbin/ypldap/log.c
+++ b/usr.sbin/ypldap/log.c
@@ -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 *, ...);
OpenPOWER on IntegriCloud