commit 285b0c5b137675276418fe34b3bfeadc0f4c5f52 parent 1d26cbd8ca138b1294411c3af7dbf2eb1268b418 Author: Frederic Cambus <fred@statdns.com> Date: Mon, 25 May 2020 16:50:15 +0200 Add missing <sys/time.h> include. Diffstat:
M | src/ansilove.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/ansilove.c b/src/ansilove.c @@ -11,6 +11,7 @@ */ #define _GNU_SOURCE +#include <sys/time.h> #include <ansilove.h> #include <err.h> #include <getopt.h>