1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

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>