Linux: Add <time.h> to log.c

This is needed, otherwise tzset() is undefined.
pull/1/head
Thomas Adam 2014-05-13 22:01:03 +01:00
parent bae95844d7
commit 92af7f5901
1 changed files with 1 additions and 0 deletions

1
log.c
View File

@ -17,6 +17,7 @@
*/ */
#include <sys/types.h> #include <sys/types.h>
#include <time.h>
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>