From 7489ab04924259f252557e57d2d2d3f1677e8406 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Apr 2013 10:39:52 -0400 Subject: include sys/types.h I have a report that this is necessary for freebsd. It seemed not necessary for OSX, but even there the kqueue man page says to include this header (along with sys/time.h which it already does). --- Utility/libkqueue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Utility/libkqueue.c b/Utility/libkqueue.c index b5a19a135..a87f65102 100644 --- a/Utility/libkqueue.c +++ b/Utility/libkqueue.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3