From: ellson Date: Tue, 18 Oct 2005 19:08:23 +0000 (+0000) Subject: apparently sys/time.h is needed to define fd_set when using C99 - go figure X-Git-Tag: LAST_LIBGRAPH~32^2~7148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=296db254d558cdf745395473d41efcfd08ad7bad;p=graphviz apparently sys/time.h is needed to define fd_set when using C99 - go figure --- diff --git a/cmd/lefty/common.h b/cmd/lefty/common.h index 08a192516..1f995f6af 100644 --- a/cmd/lefty/common.h +++ b/cmd/lefty/common.h @@ -47,6 +47,7 @@ extern "C" { #include #include #include +#include #endif #include