From 7139bfa8fe47760864a3a25953d807271f950bb6 Mon Sep 17 00:00:00 2001 From: Kurtnoise Date: Thu, 14 Aug 2008 14:29:18 +0000 Subject: Surround '#include ' by HAVE_SYS_SELECT_H. patch by Kurtnoise, kurtnoise free fr Originally committed as revision 14756 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpproto.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 7edd101e12..b78c759b02 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -32,7 +32,9 @@ #include "network.h" #include "os_support.h" #include +#ifdef HAVE_SYS_SELECT_H #include +#endif #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024) -- cgit v1.2.3