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
This commit is contained in:
Dave Yeo 2008-12-12 06:55:48 +00:00 committed by Diego Biurrun
parent 05dee1b7df
commit c0a8f8d498
1 changed files with 1 additions and 0 deletions

View File

@ -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