diff rtsp.c @ 1808:572ce77d7333 libavformat

Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.
author diego
date Thu, 22 Feb 2007 08:40:33 +0000
parents 1f7a6dc01100
children 3e1bdfd67724
line wrap: on
line diff
--- 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 <sys/time.h>
 #include <unistd.h> /* for select() prototype */
 #include "network.h"