summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/glib-compat.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0f1a0e..01ce6c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-22 Christophe Fergeau <teuf@gnome.org>
+
+ * src/glib-compat.h: include stdio.h in the glib 2.4 compat code
+
2005-11-21 Christophe Fergeau <teuf@gnome.org>
* COPYING: libgpod really is LGPL
diff --git a/src/glib-compat.h b/src/glib-compat.h
index 632c385..3040d68 100644
--- a/src/glib-compat.h
+++ b/src/glib-compat.h
@@ -12,9 +12,10 @@
#endif
/* g_stat */
+#include <stdio.h>
+#include<unistd.h>
#include<sys/types.h>
#include<sys/stat.h>
-#include<unistd.h>
#define g_stat stat
#define g_mkdir mkdir
#define g_rename rename