Fix compiler warning about missing time header

This commit is contained in:
jaseg 2019-11-10 16:38:35 +01:00
parent d92c9b91f7
commit 9beb9dbfc5

View file

@ -26,6 +26,7 @@
#include <sys/time.h>
#include <unistd.h>
#include <wchar.h>
#include <time.h>
static char helpstr[] = "\n"
"Usage: lolcat [-h horizontal_speed] [-v vertical_speed] [--] [FILES...]\n"