diff --git a/ChangeLog b/ChangeLog index 50bf482bfe..a1dfedc79c 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 248a4a2b86..ae39df449f 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"