diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2010-10-25 11:28:53 +0100 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2010-10-25 11:28:53 +0100 |
commit | d6ff45ad8277827474fffbef0cd04b294265712f (patch) | |
tree | 869183e354db5c4d8a11f327db3e37a9241a2e2d /tests | |
parent | af2bc16aecbb62c4b0bcdc76362f5c4c68f46de3 (diff) | |
download | gupnp-dlna-d6ff45ad8277827474fffbef0cd04b294265712f.tar.gz |
tests: Add libxml header to dlna-profile-parser
This header is required for xmlFree(). The problem wasn't caught thus
far because in most cases, this gets included in some GStreamer header.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dlna-profile-parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dlna-profile-parser.c b/tests/dlna-profile-parser.c index b2b6704..f003eea 100644 --- a/tests/dlna-profile-parser.c +++ b/tests/dlna-profile-parser.c @@ -22,6 +22,7 @@ #include <libgupnp-dlna/gupnp-dlna-load.h> #include <libgupnp-dlna/gupnp-dlna-profile.h> #include <gst/profile/gstprofile.h> +#include <libxml/xmlmemory.h> #include <stdlib.h> static void usage (void) |