From bd8885220ed8ec8966bfd3de5e659eca36f94efd Mon Sep 17 00:00:00 2001 From: Joe Peterson Date: Tue, 20 Nov 2007 07:53:56 +0000 Subject: [PATCH] gst-libs/gst/sdp/gstsdpmessage.c: Fix compilation on FreeBSD (Gentoo). Fixes #498228. Original commit message from CVS: Patch by: Joe Peterson * gst-libs/gst/sdp/gstsdpmessage.c: Fix compilation on FreeBSD (Gentoo). Fixes #498228. --- ChangeLog | 7 +++++++ gst-libs/gst/sdp/gstsdpmessage.c | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index bb4a40554c..6d16d78812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-11-20 Wim Taymans + + Patch by: Joe Peterson + + * gst-libs/gst/sdp/gstsdpmessage.c: + Fix compilation on FreeBSD (Gentoo). Fixes #498228. + 2007-11-19 Sebastian Dröge * tests/check/libs/fft.c: (GST_START_TEST): diff --git a/gst-libs/gst/sdp/gstsdpmessage.c b/gst-libs/gst/sdp/gstsdpmessage.c index af49747a0a..a522c1d5e6 100644 --- a/gst-libs/gst/sdp/gstsdpmessage.c +++ b/gst-libs/gst/sdp/gstsdpmessage.c @@ -72,6 +72,7 @@ #else #include #include +#include #endif #include "gstsdpmessage.h"