From: Brendan Cully Date: Mon, 30 Oct 2006 02:54:12 +0000 (+0000) Subject: Include if available, to ensure struct timeval is X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f50e065c74fc00913b47279b36007acd1cb3477;p=neomutt Include if available, to ensure struct timeval is declared in raw_socket_poll. --- diff --git a/mutt_socket.c b/mutt_socket.c index 574ab955b..cf0037f88 100644 --- a/mutt_socket.c +++ b/mutt_socket.c @@ -38,6 +38,9 @@ #include #include #include +#ifdef HAVE_SYS_TIME_H +#include +#endif #include #ifdef HAVE_SYS_SELECT_H #include