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 b96ad785b..602785425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-01 Wim Taymans + + * gst/rtsp/rtspconnection.c: + Add include to make buildbot happy. + 2007-06-01 Wim Taymans Patch by: Peter Kjellerstedt diff --git a/gst/rtsp/rtspconnection.c b/gst/rtsp/rtspconnection.c index 50948f6ce..56142cda4 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