1
0
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:
Dave Yeo 2010-03-10 07:44:51 +00:00 committed by Martin Storsjö
parent 611b17d79b
commit cbfa66d0cf

View File

@ -30,6 +30,7 @@
#endif
#include <strings.h>
#include "network.h"
#include "os_support.h"
#include "rtsp.h"
#include "rtpdec.h"