Added include for timeval struct

This commit is contained in:
James Booth
2015-02-01 21:01:00 +00:00
parent 372cf822cb
commit 51a5426006

View File

@@ -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>