diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index bb4aa31a1a..ac8c3dbd6d 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -36,6 +36,7 @@ #if HAVE_SYS_SELECT_H #include #endif +#include #define RTP_TX_BUF_SIZE (64 * 1024) #define RTP_RX_BUF_SIZE (128 * 1024)