sapenc: Include os_support.h, to provide a fallback definition for socklen_t
authorMartin Storsjö <martin@martin.st>
Sat, 9 Oct 2010 09:16:40 +0000 (09:16 +0000)
committerMartin Storsjö <martin@martin.st>
Sat, 9 Oct 2010 09:16:40 +0000 (09:16 +0000)
Originally committed as revision 25422 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/sapenc.c

index 7c56ddbe39fed85310557510a79dfeb7a0256d1a..9c576cfd94da88ba18ea75c75a98b537ed50c427 100644 (file)
@@ -25,6 +25,7 @@
 #include "libavutil/intreadwrite.h"
 #include "internal.h"
 #include "network.h"
+#include "os_support.h"
 #include "rtpenc_chain.h"
 
 struct SAPState {