]> git.sesse.net Git - ffmpeg/commitdiff
sapdec: Include sys/time.h for struct timeval
authorMartin Storsjö <martin@martin.st>
Wed, 13 Oct 2010 11:09:06 +0000 (11:09 +0000)
committerMartin Storsjö <martin@martin.st>
Wed, 13 Oct 2010 11:09:06 +0000 (11:09 +0000)
This hopefully fixes compile errors on OS/2

Originally committed as revision 25466 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/sapdec.c

index 19d524314a3e5575266faf9412774c2d5ea35c56..701eae2ea4fd98dadb7654dacbaebed98b91c537 100644 (file)
@@ -28,6 +28,7 @@
 #if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#include <sys/time.h>
 
 struct SAPState {
     URLContext *ann_fd;