diff options
author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-10-02 13:16:28 +0000 |
---|---|---|
committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-10-02 13:16:28 +0000 |
commit | 7aad76bd2948505abad5d00fbb98bbbb45500e29 (patch) | |
tree | 438e4ac30243dac96ede0df1ba53c8c7c60cd3d8 /tests/test-init-ipod.c | |
parent | 4412bb0234dbd8bc976b9488c5a57cb5647226b9 (diff) | |
download | libgpod-7aad76bd2948505abad5d00fbb98bbbb45500e29.tar.gz libgpod-7aad76bd2948505abad5d00fbb98bbbb45500e29.tar.xz libgpod-7aad76bd2948505abad5d00fbb98bbbb45500e29.zip |
* tests/Makefile.am
tests/test-init-ipod.c: fix compilation error when building with
--disable-gdk-pixbuf. Thanks to David Philippi and Christophe
Fergeau.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1325 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'tests/test-init-ipod.c')
-rw-r--r-- | tests/test-init-ipod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-init-ipod.c b/tests/test-init-ipod.c index 809afcd..0bd6647 100644 --- a/tests/test-init-ipod.c +++ b/tests/test-init-ipod.c @@ -26,7 +26,7 @@ #include "itdb.h" #include <locale.h> -#include <gdk-pixbuf/gdk-pixbuf.h> +#include <glib-object.h> #include <glib/gi18n-lib.h> |