gst/glib-compat.c: Attempt #3.
authorDavid Schleef <ds@schleef.org>
Thu, 15 Sep 2005 01:26:42 +0000 (01:26 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 15 Sep 2005 01:26:42 +0000 (01:26 +0000)
Original commit message from CVS:
* gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
Attempt #3.

ChangeLog
gst/glib-compat.c

index d2dbca9..c9ba709 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2005-09-14  David Schleef  <ds@schleef.org>
 
        * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
+         Attempt #3.
+
+2005-09-14  David Schleef  <ds@schleef.org>
+
+       * gst/glib-compat.c: (g_mkdir_with_parents), (g_mkdir), (g_stat):
        Attempt #2.
 
 2005-09-14  David Schleef  <ds@schleef.org>
index 258c51c..3d4fb75 100644 (file)
@@ -28,6 +28,7 @@
 #include "config.h"
 
 #include <glib.h>
+#include <glib/gstdio.h>
 
 #include <stdio.h>
 #include <errno.h>