From 7735818026b6f7f92b013413bc7c26711b4a9364 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Tue, 20 Feb 2018 01:36:04 +0100 Subject: [PATCH] include sys/time.h for select(2) on BSDs --- whois.c | 1 + 1 file changed, 1 insertion(+) diff --git a/whois.c b/whois.c index 4e70c2d..350a56a 100644 --- a/whois.c +++ b/whois.c @@ -18,6 +18,7 @@ #include "config.h" #include #include +#include #include #include #include