# HG changeset patch # User bcoudurier # Date 1222294130 0 # Node ID 6154f62ef6525cd9b93791d431c0548da2dd41c8 # Parent d30c8469093dcdc7b431e5730b9281312997ca17 include sys/select.h instead of unistd.h to get select, according to posix 2001, fix compilation on freebsd 5.5 diff -r d30c8469093d -r 6154f62ef652 rtsp.c --- a/rtsp.c Wed Sep 24 18:55:00 2008 +0000 +++ b/rtsp.c Wed Sep 24 22:08:50 2008 +0000 @@ -26,7 +26,7 @@ #include "avformat.h" #include -#include /* for select() prototype */ +#include #include #include "network.h" #include "rtsp.h"