diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-11-16 17:08:51 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-11-16 17:08:51 +0000 |
| commit | 21f6783298ce75d1c3972faaf3efc8cb3d8f313c (patch) | |
| tree | a0dcde6de707cf90f917fb7e27400fd5f056dff4 /usr.sbin | |
| parent | 350ed599829c9ef7e6e51a0636a76d113652ee02 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ypldap/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ypldap/log.c b/usr.sbin/ypldap/log.c index 54ce50b62402..7fec6f7427b7 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 *, ...); |
