summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-12 05:21:46 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-12 05:21:46 +0000
commita0a9fe66fe41be48996c7751489908f76e6e50de (patch)
treea66ba38e7a64f1a68c7fed2f13867fdcb1c3e676 /tests
parent435881125823a551cf4b4fe49cc574e9166ac601 (diff)
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/souphttpsrc.c1
1 files changed, 1 insertions, 0 deletions
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>