Browse Source

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
tags/v0.5
Dave Yeo Diego Biurrun 16 years ago
parent
commit
c0a8f8d498
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/udp.c

+ 1
- 0
libavformat/udp.c 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


Loading…
Cancel
Save