mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
This commit is contained in:
parent
4a7cbe8489
commit
fa6c3c178c
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
static guint spect_bands = 20;
|
||||
|
|
Loading…
Reference in a new issue