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 | cd51adad8d5e8c96de52842137e5642fc52d2eb7 (patch) | |
tree | 2c3bf750a8c1ffcdad5e24b007e0e314b2924e05 /src/db-parse-context.c | |
parent | 709bd03ccdfa86ae739a37f3b22f22743e22b7b2 (diff) | |
download | libgpod-cd51adad8d5e8c96de52842137e5642fc52d2eb7.tar.gz libgpod-cd51adad8d5e8c96de52842137e5642fc52d2eb7.tar.xz libgpod-cd51adad8d5e8c96de52842137e5642fc52d2eb7.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/db-parse-context.c')
-rw-r--r-- | src/db-parse-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db-parse-context.c b/src/db-parse-context.c index ffdd7c4..6cb657d 100644 --- a/src/db-parse-context.c +++ b/src/db-parse-context.c @@ -32,7 +32,7 @@ #include <unistd.h> #include <glib.h> - +#include "glib-compat.h" #include "db-parse-context.h" #include "db-itunes-parser.h" |