changeset 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 1851c2275530
children 405bb9032df6
files rtsp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"