summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2019-11-10 16:38:35 +0100
committerjaseg <git@jaseg.net>2019-11-10 16:38:35 +0100
commit9beb9dbfc5d70afe09c53a72b86492e5e7dbc489 (patch)
tree8401251607300b60af45b5acc3b0ba022e3dceab
parentd92c9b91f7b24e52262923e564cd3c32d408814e (diff)
downloadlolcat-9beb9dbfc5d70afe09c53a72b86492e5e7dbc489.tar.gz
lolcat-9beb9dbfc5d70afe09c53a72b86492e5e7dbc489.tar.bz2
lolcat-9beb9dbfc5d70afe09c53a72b86492e5e7dbc489.zip
Fix compiler warning about missing time header
-rw-r--r--lolcat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lolcat.c b/lolcat.c
index 8e209b2..0c4e921 100644
--- a/lolcat.c
+++ b/lolcat.c
@@ -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"