summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tests/check/elements/souphttpsrc.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a75243a..726eecb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
+ * tests/check/elements/souphttpsrc.c:
+ Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
+
+2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
Free the rfb decoder on finalize. Fixes bug #515721.
diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c
index 8f85c1df..6f5cac00 100644
--- a/tests/check/elements/souphttpsrc.c
+++ b/tests/check/elements/souphttpsrc.c
@@ -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>