summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-02-14 14:50:30 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-02-14 14:50:30 +0000
commitfa6c3c178c333efc8b6293d95ecf58afc1562b8f (patch)
tree3f2e044c793e267ddfe860a23bd68828fdf43fec /ChangeLog
parent4a7cbe84897d94309c860140d70940a9632d969b (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bda2cde3..f4d7c827 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-14 Stefan Kost <ensonic@users.sf.net>
+
+ * tests/examples/spectrum/spectrum-example.c:
+ Add missing include to fix compilation when libxml usage is disabled.
+ Fixes: #516371
+
2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
patch by: Wim Taymans <wim.taymans@collabora.co.uk>