Commit c0a8f8d4 authored by Dave Yeo's avatar Dave Yeo Committed by Diego Biurrun

Add sys/time.h header #include, fixes compilation on OS/2.

patch by Dave Yeo, daveryeo telus net

Originally committed as revision 16077 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 05dee1b7
......@@ -32,6 +32,7 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include <sys/time.h>
#ifndef IPV6_ADD_MEMBERSHIP
#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
......
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