From 09226e160eaaaf7e0bd76eb8188e6af66c13558e Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 10 Mar 2005 17:22:14 +0000 Subject: [PATCH] gst/elements/gstfdsrc.c: Fix cygwin compile error (#169732). Original commit message from CVS: Reviewed by: Ronald S. Bultje * gst/elements/gstfdsrc.c: Fix cygwin compile error (#169732). --- ChangeLog | 7 +++++++ gst/elements/gstfdsrc.c | 4 ++++ plugins/elements/gstfdsrc.c | 4 ++++ 3 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index e427f01d67..5b0410f12d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-10 Jean de Largentaye + + Reviewed by: Ronald S. Bultje + + * gst/elements/gstfdsrc.c: + Fix cygwin compile error (#169732). + 2005-03-10 Jan Schmidt,,, * gst/registries/gstlibxmlregistry.c: (load_plugin), (load_paths): g_free allocated GstPlugins, since they're not GstObjects. diff --git a/gst/elements/gstfdsrc.c b/gst/elements/gstfdsrc.c index ca33db3c25..3ca4e4ed99 100644 --- a/gst/elements/gstfdsrc.c +++ b/gst/elements/gstfdsrc.c @@ -25,6 +25,10 @@ #endif #include "gst/gst_private.h" +#ifndef HAVE_WIN32 +#include +#endif + #include #include #include diff --git a/plugins/elements/gstfdsrc.c b/plugins/elements/gstfdsrc.c index ca33db3c25..3ca4e4ed99 100644 --- a/plugins/elements/gstfdsrc.c +++ b/plugins/elements/gstfdsrc.c @@ -25,6 +25,10 @@ #endif #include "gst/gst_private.h" +#ifndef HAVE_WIN32 +#include +#endif + #include #include #include