From 54b2a4238cca294e4d74583499c961956c6cdc6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 13 Oct 2010 11:09:06 +0000 Subject: [PATCH] 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(+) 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;