diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-10-02 13:17:58 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2006-10-02 13:17:58 +0000 |
| commit | 16719c549952357f752f7bf8526ba5e8af6230a2 (patch) | |
| tree | 0303e71766043bc3cfb7a211ba8b4e0165b047c4 /tests | |
| parent | cb45704bcb3e0a7c46064f768065dc90c7896617 (diff) | |
| download | libgpod-16719c549952357f752f7bf8526ba5e8af6230a2.tar.gz libgpod-16719c549952357f752f7bf8526ba5e8af6230a2.tar.xz libgpod-16719c549952357f752f7bf8526ba5e8af6230a2.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@1326 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'tests')
| -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 0bd6647..3385598 100644 --- a/tests/test-init-ipod.c +++ b/tests/test-init-ipod.c @@ -27,7 +27,7 @@ #include <locale.h> #include <glib-object.h> -#include <glib/gi18n-lib.h> +#include <glib/gi18n.h> static void usage (const char *argv0) |
