After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167483 - [PATCH] [tcpclientsrc] FreeBSD compile fix
[PATCH] [tcpclientsrc] FreeBSD compile fix
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other FreeBSD
: Normal trivial
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-15 16:06 UTC by Gergely Nagy
Modified: 2005-02-17 19:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch fixing the problem (707 bytes, patch)
2005-02-15 16:07 UTC, Gergely Nagy
none Details | Review

Description Gergely Nagy 2005-02-15 16:06:41 UTC
The order of includes in gst/tcp/tcpclientsrc.c need to be reordered a bit, so
that sockaddr_in is defined when gsttcpclientsrc.h is included.
Comment 1 Gergely Nagy 2005-02-15 16:07:06 UTC
Created attachment 37497 [details] [review]
Trivial patch fixing the problem
Comment 2 Tim-Philipp Müller 2005-02-17 19:22:59 UTC
Fixed by moving the required #includes into the header file instead.

Cheers
 -Tim