diff options
-rw-r--r-- | tests/check/elements/souphttpsrc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/elements/souphttpsrc.c b/tests/check/elements/souphttpsrc.c index 4df322088..33431aca7 100644 --- a/tests/check/elements/souphttpsrc.c +++ b/tests/check/elements/souphttpsrc.c @@ -27,6 +27,8 @@ #include <glib.h> #include <glib/gprintf.h> + +#define SOUP_VERSION_MIN_REQUIRED (SOUP_VERSION_2_40) #include <libsoup/soup.h> #include <gst/check/gstcheck.h> |