mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
Original commit message from CVS: * tests/check/elements/souphttpsrc.c: Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
This commit is contained in:
parent
4358811258
commit
a0a9fe66fe
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib/gprintf.h>
|
||||
#include <libsoup/soup-address.h>
|
||||
#include <libsoup/soup-message.h>
|
||||
#include <libsoup/soup-server.h>
|
||||
|
|
Loading…
Reference in a new issue