about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-01 21:01:00 +0000
committerJames Booth <boothj5@gmail.com>2015-02-01 21:01:00 +0000
commit51a54260064db3fc5d43456b15d821f192e9d12f (patch)
tree08dc77d233fc6999e73fad8366d8498dc262e2b9 /src
parent372cf822cb1dc62284b53515a79da741fe4db125 (diff)
downloadprofani-tty-51a54260064db3fc5d43456b15d821f192e9d12f.tar.gz
Added include for timeval struct
Diffstat (limited to 'src')
-rw-r--r--src/ui/inputwin.c1
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>