From: Wim Taymans Date: Fri, 1 Jun 2007 13:52:17 +0000 (+0000) Subject: gst/rtsp/rtspconnection.c: Add include to make buildbot happy. X-Git-Tag: RELEASE-0_10_6~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ce8b13eb4f1e21893030269f7fadbf07649b5e7;p=platform%2Fupstream%2Fgst-plugins-good.git gst/rtsp/rtspconnection.c: Add include to make buildbot happy. Original commit message from CVS: * gst/rtsp/rtspconnection.c: Add include to make buildbot happy. --- diff --git a/ChangeLog b/ChangeLog index b96ad78..6027854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-06-01 Wim Taymans + * gst/rtsp/rtspconnection.c: + Add include to make buildbot happy. + +2007-06-01 Wim Taymans + Patch by: Peter Kjellerstedt * gst/rtsp/rtspconnection.c: (rtsp_connection_create), diff --git a/gst/rtsp/rtspconnection.c b/gst/rtsp/rtspconnection.c index 50948f6..56142cd 100644 --- a/gst/rtsp/rtspconnection.c +++ b/gst/rtsp/rtspconnection.c @@ -50,6 +50,8 @@ #include #include #include +#include + /* we include this here to get the G_OS_* defines */ #include