[FFmpeg-cvslog] r25466 - trunk/libavformat/sapdec.c

mstorsjo subversion
Wed Oct 13 13:09:07 CEST 2010


Author: mstorsjo
Date: Wed Oct 13 13:09:06 2010
New Revision: 25466

Log:
sapdec: Include sys/time.h for struct timeval

This hopefully fixes compile errors on OS/2

Modified:
   trunk/libavformat/sapdec.c

Modified: trunk/libavformat/sapdec.c
==============================================================================
--- trunk/libavformat/sapdec.c	Wed Oct 13 12:39:47 2010	(r25465)
+++ trunk/libavformat/sapdec.c	Wed Oct 13 13:09:06 2010	(r25466)
@@ -28,6 +28,7 @@
 #if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#include <sys/time.h>
 
 struct SAPState {
     URLContext *ann_fd;



More information about the ffmpeg-cvslog mailing list