Add include of time.h for tzset() prototype.

This commit is contained in:
Craig Rodrigues 2015-11-16 17:08:51 +00:00
parent 350ed59982
commit 21f6783298
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290939

View File

@ -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 *, ...);