From f5962f0a4f2ec839a1ed8ce72f28c241757cc6d1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 29 Jun 2009 12:20:52 +0200 Subject: [PATCH] rtsp: include in.h for FreeBSD compat Fixes #586920 --- gst-libs/gst/rtsp/gstrtspconnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index f42ade4c01..4b9ee37ee2 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -69,7 +69,6 @@ #include #endif - /* we include this here to get the G_OS_* defines */ #include #include @@ -88,6 +87,7 @@ #include #include #include +#include #endif #ifdef HAVE_FIONREAD_IN_SYS_FILIO