From b9a69ae7f77db68cc9b42068b3b7b7f0132d96d8 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 11 Aug 2004 22:58:07 +0000 Subject: [PATCH] gst/tcp/gstfdset.c: Fix compile problem on OS/X. Original commit message from CVS: * gst/tcp/gstfdset.c: Fix compile problem on OS/X. --- ChangeLog | 4 ++++ gst/tcp/gstfdset.c | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 953e51e630..a9de8e8466 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-11 David Schleef + + * gst/tcp/gstfdset.c: Fix compile problem on OS/X. + 2004-08-11 David Schleef * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct diff --git a/gst/tcp/gstfdset.c b/gst/tcp/gstfdset.c index fddfe4e342..b394cafc10 100644 --- a/gst/tcp/gstfdset.c +++ b/gst/tcp/gstfdset.c @@ -24,6 +24,11 @@ #define INIT_POLLFDS MIN_POLLFDS #include +#include +#include +#include +/* OS/X needs this because of bad headers */ +#include #include "gstfdset.h"