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)