diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2008-05-25 11:27:27 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2008-05-25 11:27:27 +0000 |
| commit | 6b4ad64fd409d4ae5a2aee7565d2ff26ec234b11 (patch) | |
| tree | 6c752611a92bdaedea944deefe8ab7479b4feb2f /src/itdb_sysinfo_extended_parser.c | |
| parent | e47eb7f5139d1a1692bad1ad5c269d3e6bee40bb (diff) | |
| download | libgpod-6b4ad64fd409d4ae5a2aee7565d2ff26ec234b11.tar.gz libgpod-6b4ad64fd409d4ae5a2aee7565d2ff26ec234b11.tar.xz libgpod-6b4ad64fd409d4ae5a2aee7565d2ff26ec234b11.zip | |
* configure.ac: rework libxml detection
* src/Makefile.am: remove LIBXML_CFLAGS/LIBXML_LIBS since they are
no longer used
* src/itdb_plist.c: add stub functions when libxml isn't available
* src/itdb_sysinfo_extended_parser.c: include config.h
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1982 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/itdb_sysinfo_extended_parser.c')
| -rw-r--r-- | src/itdb_sysinfo_extended_parser.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/itdb_sysinfo_extended_parser.c b/src/itdb_sysinfo_extended_parser.c index 84af19d..ce4c0c9 100644 --- a/src/itdb_sysinfo_extended_parser.c +++ b/src/itdb_sysinfo_extended_parser.c @@ -49,6 +49,9 @@ * normal to get a few unhandled fields, I left out on purpose a few <dict> * because I was too lazy to parse them ;) */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <glib-object.h> #include "itdb_sysinfo_extended_parser.h" #include "itdb_plist.h" |
