# HG changeset patch # User diego # Date 1172133633 0 # Node ID 572ce77d7333f179110f1b9bbcf4ad649b4098be # Parent 4227bfda0df5cccde56a718f3fdc90452b9c6024 Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. diff -r 4227bfda0df5 -r 572ce77d7333 rtsp.c --- a/rtsp.c Thu Feb 22 00:07:42 2007 +0000 +++ b/rtsp.c Thu Feb 22 08:40:33 2007 +0000 @@ -20,6 +20,7 @@ */ #include "avformat.h" +#include #include /* for select() prototype */ #include "network.h"