Fix udp.c compilation with recent glibc (>= 2.8)

Originally committed as revision 14963 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Luca Abeni 17 years ago
parent 94cdcece91
commit a9e02947f6
  1. 1
      libavformat/udp.c

@ -24,6 +24,7 @@
* UDP protocol * UDP protocol
*/ */
#define _BSD_SOURCE /* Needed for using struct ip_mreq with recent glibc */
#include "avformat.h" #include "avformat.h"
#include <unistd.h> #include <unistd.h>
#include "network.h" #include "network.h"

Loading…
Cancel
Save