diff rtsp.c @ 5802:2d82e25df58c libavformat

Include os_support.h which has a fallback declaration of socklen_t This fixes compilation on some OSes Patch by Dave Yeo, daveryeo at telus dot net
author mstorsjo
date Wed, 10 Mar 2010 07:44:51 +0000
parents 4410bccf6a8a
children 53c5a5d40ee7
line wrap: on
line diff
--- a/rtsp.c	Wed Mar 10 07:43:56 2010 +0000
+++ b/rtsp.c	Wed Mar 10 07:44:51 2010 +0000
@@ -30,6 +30,7 @@
 #endif
 #include <strings.h>
 #include "network.h"
+#include "os_support.h"
 #include "rtsp.h"
 
 #include "rtpdec.h"