Commit cbfa66d0 authored by Dave Yeo's avatar Dave Yeo Committed by Martin Storsjö

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
parent 611b17d7
......@@ -30,6 +30,7 @@
#endif
#include <strings.h>
#include "network.h"
#include "os_support.h"
#include "rtsp.h"
#include "rtpdec.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment