udp: add include for IPPROTO_*
This commit is contained in:
parent
58c96df0ae
commit
d6ca569c29
@ -44,6 +44,10 @@
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include "gst/glib-compat-private.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (multiudpsink_debug);
|
||||
|
Loading…
x
Reference in New Issue
Block a user