commit 0c8df75ec0e9ce0d0e86ae322628f37f808938ec parent 1e2299b97274cb10b2162d462bbddc86b9e674fb Author: Frederic Cambus <fred@statdns.com> Date: Sun, 6 Jan 2019 00:15:17 +0100 Add missing <sys/time.h> header. Diffstat:
M | src/statzone.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/statzone.c b/src/statzone.c @@ -11,6 +11,7 @@ */ #include <sys/stat.h> +#include <sys/time.h> #include <sys/types.h> #include <err.h> #include <getopt.h>