diff options
author | Christophe Fergeau <teuf@gnome.org> | 2005-11-21 20:09:53 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2005-11-21 20:09:53 +0000 |
commit | 8b62d2ab267f3389fad75bf14bf464f04189db1b (patch) | |
tree | 2c3bf750a8c1ffcdad5e24b007e0e314b2924e05 /src/ipod-device.c | |
parent | 28ccd592223da8771f99d07795dde7e5ccd3fea1 (diff) | |
download | libgpod-8b62d2ab267f3389fad75bf14bf464f04189db1b.tar.gz libgpod-8b62d2ab267f3389fad75bf14bf464f04189db1b.tar.xz libgpod-8b62d2ab267f3389fad75bf14bf464f04189db1b.zip |
2005-11-21 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-writer.c: (write_mhod_type_3):
* src/db-parse-context.c:
* src/ipod-device.c:
* src/itdb_private.h:
* src/itdb_track.c:
* src/ithumb-writer.c: (ithumb_writer_write_thumbnail): commit some
changes which should help compiling with glib 2.4
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1158 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/ipod-device.c')
-rw-r--r-- | src/ipod-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipod-device.c b/src/ipod-device.c index 951ddaf..c49e3ab 100644 --- a/src/ipod-device.c +++ b/src/ipod-device.c @@ -68,6 +68,7 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif +#include "glib-compat.h" #include <stdlib.h> #include <stdio.h> @@ -78,7 +79,6 @@ #include <string.h> #include <ctype.h> #include <errno.h> -#include <glib/gstdio.h> #include "hal-common.h" #include "ipod-device.h" |