summaryrefslogtreecommitdiffstats
path: root/src/itdb_photoalbum.c
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-10-30 08:21:16 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-10-30 08:21:16 +0000
commitb5e89581bbab37925786e6a703586022453c91b4 (patch)
treef985905a4e1a7545ea89b4b0f4022ec1381a66c5 /src/itdb_photoalbum.c
parentbfb05fcdbaa9b21fd32e2d73dabd7b20e50145ed (diff)
downloadlibgpod-tmz-b5e89581bbab37925786e6a703586022453c91b4.tar.gz
libgpod-tmz-b5e89581bbab37925786e6a703586022453c91b4.tar.xz
libgpod-tmz-b5e89581bbab37925786e6a703586022453c91b4.zip
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/itdb_photoalbum.c')
-rw-r--r--src/itdb_photoalbum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/itdb_photoalbum.c b/src/itdb_photoalbum.c
index af15407..3533a56 100644
--- a/src/itdb_photoalbum.c
+++ b/src/itdb_photoalbum.c
@@ -35,6 +35,7 @@
#include <stdio.h>
#include <string.h>
#include <glib/gi18n-lib.h>
+#include <glib/gstdio.h>
#ifdef HAVE_GDKPIXBUF
#include <gdk-pixbuf/gdk-pixbuf.h>
#endif