From 84f4cacb6f9cef32811f764cbc5b804271afe3c0 Mon Sep 17 00:00:00 2001 From: Benjamin Pineau Date: Fri, 16 Dec 2005 10:12:49 +0000 Subject: gst/rtsp/rtspconnection.c: Add include and move include to make things work on OpenBSD a... Original commit message from CVS: * gst/rtsp/rtspconnection.c: Add include and move include to make things work on OpenBSD as well (fixes #323717; patch by: Benjamin Pineau) --- ChangeLog | 7 +++++++ gst/rtsp/rtspconnection.c | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 50bf482b..a1dfedc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-12-16 Tim-Philipp Müller + + * gst/rtsp/rtspconnection.c: + Add include and move include + to make things work on OpenBSD as well (fixes #323717; + patch by: Benjamin Pineau) + 2005-12-14 Edgard Lima * gst/rtp/gstrtpspeexdepay.c: diff --git a/gst/rtsp/rtspconnection.c b/gst/rtsp/rtspconnection.c index 248a4a2b..ae39df44 100644 --- a/gst/rtsp/rtspconnection.c +++ b/gst/rtsp/rtspconnection.c @@ -23,8 +23,9 @@ #include #include #include -#include #include +#include +#include #include "rtspconnection.h" -- cgit