diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-22 09:42:40 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-22 09:42:40 +0000 |
| commit | e88befc74c3d34537707905c8713df4c80298cc6 (patch) | |
| tree | 829c62673be13fbe5f492689452b913f65c237e3 /src | |
| parent | 3ee0a39115cde1dc49f5053f7632a47c028ed85b (diff) | |
| download | libgpod-e88befc74c3d34537707905c8713df4c80298cc6.tar.gz libgpod-e88befc74c3d34537707905c8713df4c80298cc6.tar.xz libgpod-e88befc74c3d34537707905c8713df4c80298cc6.zip | |
2005-11-22 Christophe Fergeau <teuf@gnome.org>
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/glib-compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
