mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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 Originally committed as revision 22426 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
611b17d79b
commit
cbfa66d0cf
@ -30,6 +30,7 @@
|
||||
#endif
|
||||
#include <strings.h>
|
||||
#include "network.h"
|
||||
#include "os_support.h"
|
||||
#include "rtsp.h"
|
||||
|
||||
#include "rtpdec.h"
|
||||
|
Loading…
Reference in New Issue
Block a user