Ticket #58550: patch-src_log.c_diff
File patch-src_log.c_diff, 351 bytes (added by ballapete (Peter "Pete" Dyballa), 5 years ago) |
---|
Line | |
---|---|
1 | --- src/log.c~ 2019-05-27 23:03:50.000000000 +0200 |
2 | +++ src/log.c 2019-06-02 15:43:59.000000000 +0200 |
3 | @@ -5,12 +5,13 @@ |
4 | |
5 | #include "first.h" |
6 | |
7 | +#include <time.h> |
8 | + |
9 | #include "base.h" |
10 | #include "log.h" |
11 | |
12 | #include <sys/types.h> |
13 | #include <errno.h> |
14 | -#include <time.h> |
15 | #include <string.h> |
16 | #include <stdarg.h> |
17 | #include <stdio.h> /* vsnprintf() */ |