diff options
author | jaseg <git@jaseg.net> | 2019-11-10 16:38:35 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2019-11-10 16:38:35 +0100 |
commit | 9beb9dbfc5d70afe09c53a72b86492e5e7dbc489 (patch) | |
tree | 8401251607300b60af45b5acc3b0ba022e3dceab /lolcat.c | |
parent | d92c9b91f7b24e52262923e564cd3c32d408814e (diff) | |
download | lolcat-9beb9dbfc5d70afe09c53a72b86492e5e7dbc489.tar.gz lolcat-9beb9dbfc5d70afe09c53a72b86492e5e7dbc489.tar.bz2 lolcat-9beb9dbfc5d70afe09c53a72b86492e5e7dbc489.zip |
Fix compiler warning about missing time header
Diffstat (limited to 'lolcat.c')
-rw-r--r-- | lolcat.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |