From: Wim Taymans Date: Mon, 29 Jun 2009 10:20:52 +0000 (+0200) Subject: rtsp: include in.h for FreeBSD compat X-Git-Tag: 1.19.3~511^2~9483 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5962f0a4f2ec839a1ed8ce72f28c241757cc6d1;p=platform%2Fupstream%2Fgstreamer.git rtsp: include in.h for FreeBSD compat Fixes #586920 --- diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index f42ade4..4b9ee37 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