mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
sapdec: Include sys/time.h for struct timeval
This hopefully fixes compile errors on OS/2 Originally committed as revision 25466 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bbf874f19b
commit
54b2a4238c
@ -28,6 +28,7 @@
|
|||||||
#if HAVE_SYS_SELECT_H
|
#if HAVE_SYS_SELECT_H
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
struct SAPState {
|
struct SAPState {
|
||||||
URLContext *ann_fd;
|
URLContext *ann_fd;
|
||||||
|
Loading…
Reference in New Issue
Block a user