From 6ce8b13eb4f1e21893030269f7fadbf07649b5e7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 1 Jun 2007 13:52:17 +0000 Subject: 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. --- ChangeLog | 5 +++++ gst/rtsp/rtspconnection.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index b96ad785..60278542 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 50948f6c..56142cda 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 -- cgit