diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-10-30 08:21:16 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-10-30 08:21:16 +0000 |
| commit | 25b1c3439c651a99c34de15e577a1ea0624d80ae (patch) | |
| tree | f985905a4e1a7545ea89b4b0f4022ec1381a66c5 /src/ithumb-writer.c | |
| parent | c0b1e8cbdc2c2143f3a443c4f951b28dd80fe86c (diff) | |
Additional clean-ups after the glib requirement bumping pointed out by
tmz on IRC
* libgpod-1.0.pc.in: bump glib requirement there as well
* src/Makefile.am:
* src/db-parse-context.c:
* src/glib-compat.h:
* src/itdb_artwork.c:
* src/itdb_itunesdb.c:
* src/itdb_photoalbum.c:
* src/itdb_private.h:
* src/ithumb-writer.c: get rid of glib-compat.h since we raised the
minimum version to 2.8
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1749 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/ithumb-writer.c')
| -rw-r--r-- | src/ithumb-writer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ithumb-writer.c b/src/ithumb-writer.c index 24f1566..4f2e410 100644 --- a/src/ithumb-writer.c +++ b/src/ithumb-writer.c @@ -45,6 +45,7 @@ #include <sys/stat.h> #include <fcntl.h> +#include <glib/gstdio.h> /* Maximum size for .ithmb files. Reduced from 500 MB to 256 MB after reports of slow iPod interface behavior */ |
