mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Add include of time.h for tzset() prototype.
This commit is contained in:
parent
350ed59982
commit
21f6783298
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue