rtpsource: include config.h header to avoid g_memdup2 link issue

Without adding the header a link issue related g_memdup2 might happen.
In versions below 2.67.4 that symbol is manually introduced in the
meson config files.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7933>
This commit is contained in:
Diego Nieto 2024-11-21 00:07:31 +01:00 committed by GStreamer Marge Bot
parent 7b408bae69
commit c10c55bc5a

View file

@ -18,6 +18,11 @@
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include <gst/rtp/gstrtpbuffer.h>