Browse Source

sapenc: Include os_support.h, to provide a fallback definition for socklen_t

Originally committed as revision 25422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Martin Storsjö 14 years ago
parent
commit
a1fc29f588
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libavformat/sapenc.c

+ 1 - 0
libavformat/sapenc.c

@@ -25,6 +25,7 @@
 #include "libavutil/intreadwrite.h"
 #include "internal.h"
 #include "network.h"
+#include "os_support.h"
 #include "rtpenc_chain.h"
 
 struct SAPState {