[FFmpeg-cvslog] r15406 - trunk/libavformat/tcp.c
bcoudurier
subversion
Thu Sep 25 00:11:53 CEST 2008
Author: bcoudurier
Date: Thu Sep 25 00:11:53 2008
New Revision: 15406
Log:
include sys/select.h to get select, according to posix 2001,
fix compilation on freebsd 5.5
Modified:
trunk/libavformat/tcp.c
Modified: trunk/libavformat/tcp.c
==============================================================================
--- trunk/libavformat/tcp.c (original)
+++ trunk/libavformat/tcp.c Thu Sep 25 00:11:53 2008
@@ -22,6 +22,7 @@
#include <unistd.h>
#include "network.h"
#include "os_support.h"
+#include <sys/select.h>
#include <sys/time.h>
typedef struct TCPContext {
More information about the ffmpeg-cvslog
mailing list