From 1e8ac7a492586036d00c93a03b2b619445f74226 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 22 Nov 2005 09:42:40 +0000 Subject: 2005-11-22 Christophe Fergeau * src/glib-compat.h: include stdio.h in the glib 2.4 compat code git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1164 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 4 ++++ src/glib-compat.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b0f1a0e..01ce6c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-22 Christophe Fergeau + + * src/glib-compat.h: include stdio.h in the glib 2.4 compat code + 2005-11-21 Christophe Fergeau * 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 +#include #include #include -#include #define g_stat stat #define g_mkdir mkdir #define g_rename rename -- cgit