diff rtsp.c @ 182:82fea3fec65b libavformat

OSX and BeOS networking fix (socklen_t)
author mmu_man
date Thu, 24 Jul 2003 13:30:27 +0000
parents 43ac45200138
children b0771ae979e3
line wrap: on
line diff
--- a/rtsp.c	Thu Jul 24 12:18:46 2003 +0000
+++ b/rtsp.c	Thu Jul 24 13:30:27 2003 +0000
@@ -18,6 +18,7 @@
  */
 #include "avformat.h"
 
+#include <unistd.h> /* for select() prototype */
 #include <sys/time.h>
 #include <netinet/in.h>
 #include <sys/socket.h>