mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08: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:
@ -28,6 +28,7 @@
|
||||
#if HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
|
||||
struct SAPState {
|
||||
URLContext *ann_fd;
|
||||
|
Reference in New Issue
Block a user