From 54b2a4238cca294e4d74583499c961956c6cdc6b Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Wed, 13 Oct 2010 11:09:06 +0000 Subject: 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 --- libavformat/sapdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/sapdec.c') diff --git a/libavformat/sapdec.c b/libavformat/sapdec.c index 19d524314a..701eae2ea4 100644 --- a/libavformat/sapdec.c +++ b/libavformat/sapdec.c @@ -28,6 +28,7 @@ #if HAVE_SYS_SELECT_H #include #endif +#include struct SAPState { URLContext *ann_fd; -- cgit v1.2.3