udp: add include for IPPROTO_*

This commit is contained in:
Mark Nauwelaerts 2012-09-12 17:14:46 +02:00
parent 58c96df0ae
commit d6ca569c29

View file

@ -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);