changeset 3937:c0667b2aa3ab libavformat

include sys/select.h to get select, according to posix 2001, fix compilation on freebsd 5.5
author bcoudurier
date Wed, 24 Sep 2008 22:11:53 +0000
parents 6154f62ef652
children aaae317c3d54
files tcp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tcp.c	Wed Sep 24 22:08:50 2008 +0000
+++ b/tcp.c	Wed Sep 24 22:11:53 2008 +0000
@@ -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 {