changeset 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 4227bfda0df5
children 491581a2b9a7
files rtsp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"