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

ChangeLog
gst/glib-compat.c

index bdfbe34..d2dbca9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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>
+
        * gst/Makefile.am: Oh yeah, libgstreamer.so needs to contain
          the new functions.
 
index cb1b858..258c51c 100644 (file)
 
 #include <glib.h>
 
+#include <stdio.h>
+#include <errno.h>
+
+#include "glib-compat.h"
+
 #if 0
 #include <sys/stat.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
-#include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #ifndef G_OS_WIN32