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
oldabi
Martin Storsjö 14 years ago
parent bbf874f19b
commit 54b2a4238c
  1. 1
      libavformat/sapdec.c

@ -28,6 +28,7 @@
#if HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include <sys/time.h>
struct SAPState {
URLContext *ann_fd;

Loading…
Cancel
Save