diff options
author | James Booth <boothj5@gmail.com> | 2015-02-01 21:01:00 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-02-01 21:01:00 +0000 |
commit | 51a54260064db3fc5d43456b15d821f192e9d12f (patch) | |
tree | 08dc77d233fc6999e73fad8366d8498dc262e2b9 /src | |
parent | 372cf822cb1dc62284b53515a79da741fe4db125 (diff) | |
download | profani-tty-51a54260064db3fc5d43456b15d821f192e9d12f.tar.gz |
Added include for timeval struct
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/inputwin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c index 5a152620..4ac34c97 100644 --- a/src/ui/inputwin.c +++ b/src/ui/inputwin.c @@ -38,6 +38,7 @@ #include <stdlib.h> #include <string.h> #include <wchar.h> +#include <sys/time.h> #include <readline/readline.h> #include <readline/history.h> |