From a430dcc5d6fe4f212f482c2c0cdbc1fe143e4cdd Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 15 Sep 2005 01:20:22 +0000 Subject: [PATCH] gst/glib-compat.c: Attempt #2. Original commit message from CVS: * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat): Attempt #2. --- ChangeLog | 5 +++++ gst/glib-compat.c | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bdfbe34b06..d2dbca9690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-14 David Schleef + + * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat): + Attempt #2. + 2005-09-14 David Schleef * gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain diff --git a/gst/glib-compat.c b/gst/glib-compat.c index cb1b85891d..258c51c580 100644 --- a/gst/glib-compat.c +++ b/gst/glib-compat.c @@ -29,16 +29,19 @@ #include +#include +#include + +#include "glib-compat.h" + #if 0 #include #ifdef HAVE_UNISTD_H #include #endif -#include #include #include #include -#include #include #include #ifndef G_OS_WIN32