Commit 50944ed2 authored by mstorsjo's avatar mstorsjo

Include os_support.h which has a fallback declaration of socklen_t

This fixes compilation on some OSes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22426 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 516ee8c0
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#endif #endif
#include <strings.h> #include <strings.h>
#include "network.h" #include "network.h"
#include "os_support.h"
#include "rtsp.h" #include "rtsp.h"
#include "rtpdec.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