include sys/select.h instead of unistd.h to get select,
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 24 Sep 2008 22:08:50 +0000 (22:08 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 24 Sep 2008 22:08:50 +0000 (22:08 +0000)
commit933bd8e291b5684bb0d37e0e48afe2275d2e8183
tree4a13995f9352e3591fe37533d521e690251d6f2d
parentb6c77581683c9ed0b5a72e2b598291162d12cf4b
include sys/select.h instead of unistd.h to get select,
according to posix 2001, fix compilation on freebsd 5.5

Originally committed as revision 15405 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c