]> granicus.if.org Git - graphviz/commitdiff
apparently sys/time.h is needed to define fd_set when using C99 - go figure
authorellson <devnull@localhost>
Tue, 18 Oct 2005 19:08:23 +0000 (19:08 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 19:08:23 +0000 (19:08 +0000)
cmd/lefty/common.h

index 08a19251659265692ffea0aefccebf6e38071814..1f995f6afcaeb7d825bf57fa6a87eb386001c21f 100644 (file)
@@ -47,6 +47,7 @@ extern "C" {
 #include <limits.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/time.h>
 #endif
 
 #include <math.h>