From 0e55ba723b94f2cd21e0af56543d1ec8566052a4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 12 Aug 2008 21:02:37 +0000 Subject: [PATCH] Add needed include, make it compile without -D_BSD_SOURCE. Originally committed as revision 14718 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpproto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 99fae3a9a0..7edd101e12 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -32,6 +32,7 @@ #include "network.h" #include "os_support.h" #include +#include #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024)