From fa6c3c178c333efc8b6293d95ecf58afc1562b8f Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 14 Feb 2008 14:50:30 +0000 Subject: tests/examples/spectrum/spectrum-example.c: Add missing include to fix compilation when libxml usage is disabled. Original commit message from CVS: * tests/examples/spectrum/spectrum-example.c: Add missing include to fix compilation when libxml usage is disabled. Fixes: #516371 --- ChangeLog | 6 ++++++ tests/examples/spectrum/spectrum-example.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index bda2cde3..f4d7c827 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-02-14 Stefan Kost + + * tests/examples/spectrum/spectrum-example.c: + Add missing include to fix compilation when libxml usage is disabled. + Fixes: #516371 + 2008-02-12 Jan Schmidt patch by: Wim Taymans diff --git a/tests/examples/spectrum/spectrum-example.c b/tests/examples/spectrum/spectrum-example.c index 7c20e279..9c77ec46 100644 --- a/tests/examples/spectrum/spectrum-example.c +++ b/tests/examples/spectrum/spectrum-example.c @@ -19,6 +19,7 @@ */ #include +#include #include static guint spect_bands = 20; -- cgit