diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 2871f21a9f..9d5c163721 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -20,6 +20,7 @@ */ #include "avformat.h" +#include #include /* for select() prototype */ #include "network.h"