Add include of time.h for tzset() prototype.
This commit is contained in:
parent
350ed59982
commit
21f6783298
@ -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 *, ...);
|
||||
|
Loading…
x
Reference in New Issue
Block a user