From d7acdd2f9bf271a3909fd1a99ca98812e76372fb Mon Sep 17 00:00:00 2001 From: Eric van Gyzen Date: Tue, 8 Dec 2015 16:09:48 +0000 Subject: [PATCH] resolver: fix the build of some ports, broken by r289315 r289315 required time_t and struct timespec to be defined before including . This broke the build of net-mgmt/sx, at least. Include in resolv.h to fix this with minimal pollution. Reported by: Raphael Kubo da Costa MFC after: 3 days Sponsored by: Dell Inc. --- include/resolv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/resolv.h b/include/resolv.h index 78da3748a20e..f372f94e0c9d 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -57,6 +57,7 @@ #include #include #include +#include #include #include