Commit 54b2a423 authored by Martin Storsjö's avatar Martin Storsjö

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
parent bbf874f1
......@@ -28,6 +28,7 @@
#if HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#include <sys/time.h>
struct SAPState {
URLContext *ann_fd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment