From db0ed93e228d79763a40d61b0fd21a8a93dc674f Mon Sep 17 00:00:00 2001
From: Marc Hoffman <mmh@pleasantst.com>
Date: Thu, 22 Feb 2007 08:40:33 +0000
Subject: [PATCH] Fix compilation on Mac OS X, patch by Marc Hoffman, mmh
 pleasantst com.

Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/rtsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 2871f21a9f5..9d5c1637214 100644
--- 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"
 
-- 
GitLab