mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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:
parent
66f2838c8c
commit
bd8885220e
2 changed files with 8 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
#else
|
||||
#include <sys/socket.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#include "gstsdpmessage.h"
|
||||
|
|
Loading…
Reference in a new issue