mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
udp: add include for IPPROTO_*
This commit is contained in:
parent
58c96df0ae
commit
d6ca569c29
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef G_OS_WIN32
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "gst/glib-compat-private.h"
|
#include "gst/glib-compat-private.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (multiudpsink_debug);
|
GST_DEBUG_CATEGORY_STATIC (multiudpsink_debug);
|
||||||
|
|
Loading…
Reference in a new issue