diff options
author | Christophe Fergeau <teuf@gnome.org> | 2005-11-23 18:06:01 +0000 |
---|---|---|
committer | Christophe Fergeau <teuf@gnome.org> | 2005-11-23 18:06:01 +0000 |
commit | 9158245f35d7a8007fa650d8e9c5549606a5151a (patch) | |
tree | d56e0277eb6f9d3cd58af308b9c9c99a4f31a22d /src | |
parent | 65130715d1e9a59f0dda1719ead1d410b41ce06c (diff) | |
download | libgpod-9158245f35d7a8007fa650d8e9c5549606a5151a.tar.gz libgpod-9158245f35d7a8007fa650d8e9c5549606a5151a.tar.xz libgpod-9158245f35d7a8007fa650d8e9c5549606a5151a.zip |
2005-11-23 Christophe Fergeau <teuf@gnome.org>
* src/hal-common.c:
* tests/test-covers.c: (ipod_image_to_gdk_pixbuf): more glib 2.4
changes
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1170 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
-rw-r--r-- | src/hal-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hal-common.c b/src/hal-common.c index be37f5f..e5189a0 100644 --- a/src/hal-common.c +++ b/src/hal-common.c @@ -57,6 +57,7 @@ #endif #include "hal-common.h" +#include "itdb_private.h" #ifndef HAVE_LIBHAL gchar **libhal_manager_find_device_string_match (LibHalContext *hal_ctx, |