projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6618b0
)
Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
author
Marc Hoffman
<mmh@pleasantst.com>
Thu, 22 Feb 2007 08:40:33 +0000
(08:40 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 22 Feb 2007 08:40:33 +0000
(08:40 +0000)
Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
2871f21
..
9d5c163
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-20,6
+20,7
@@
*/
#include "avformat.h"
+#include <sys/time.h>
#include <unistd.h> /* for select() prototype */
#include "network.h"