From 7b86839cc8a60a6a9b5be72c93b8d20abcc73130 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Thu, 10 Apr 2003 02:30:48 +0000 Subject: add headers required by select. may fix bug 697763 CVS patchset: 4583 CVS date: 2003/04/10 02:30:48 --- src/input/librtsp/rtsp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/librtsp/rtsp.c b/src/input/librtsp/rtsp.c index 27a85b129..1bdfcef2d 100644 --- a/src/input/librtsp/rtsp.c +++ b/src/input/librtsp/rtsp.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: rtsp.c,v 1.8 2003/03/28 22:44:19 holstsn Exp $ + * $Id: rtsp.c,v 1.9 2003/04/10 02:30:48 miguelfreitas Exp $ * * a minimalistic implementation of rtsp protocol, * *not* RFC 2326 compilant yet. @@ -35,6 +35,8 @@ #include #include #include +#include +#include #include "rtsp.h" -- cgit v1.2.3