gst-libs/gst/sdp/gstsdpmessage.c: Fix compilation on FreeBSD (Gentoo). Fixes #498228.

Original commit message from CVS:
Patch by: Joe Peterson <lavajoe at gentoo dot org>
* gst-libs/gst/sdp/gstsdpmessage.c:
Fix compilation on FreeBSD (Gentoo). Fixes #498228.
This commit is contained in:
Joe Peterson 2007-11-20 07:53:56 +00:00 committed by Wim Taymans
parent 66f2838c8c
commit bd8885220e
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2007-11-20 Wim Taymans <wim.taymans@gmail.com>
Patch by: Joe Peterson <lavajoe at gentoo dot org>
* gst-libs/gst/sdp/gstsdpmessage.c:
Fix compilation on FreeBSD (Gentoo). Fixes #498228.
2007-11-19 Sebastian Dröge <slomo@circular-chaos.org>
* tests/check/libs/fft.c: (GST_START_TEST):

View file

@ -72,6 +72,7 @@
#else
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#endif
#include "gstsdpmessage.h"