mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
udp: include string.h for memcmp and memset
https://bugzilla.gnome.org//show_bug.cgi?id=736528
This commit is contained in:
parent
4242495ea7
commit
66810a32f6
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include "gstudpsrc.h"
|
||||
|
||||
#include <gst/net/gstnetaddressmeta.h>
|
||||
|
|
Loading…
Reference in a new issue