diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-10-02 13:16:28 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-10-02 13:16:28 +0000 |
| commit | cb45704bcb3e0a7c46064f768065dc90c7896617 (patch) | |
| tree | 438e4ac30243dac96ede0df1ba53c8c7c60cd3d8 /tests/test-init-ipod.c | |
| parent | 0e76fe93b05712874de5855c3a1b145ba98cd11b (diff) | |
| download | libgpod-cb45704bcb3e0a7c46064f768065dc90c7896617.tar.gz libgpod-cb45704bcb3e0a7c46064f768065dc90c7896617.tar.xz libgpod-cb45704bcb3e0a7c46064f768065dc90c7896617.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> |
