GNOME Bugzilla – Bug 167483
[PATCH] [tcpclientsrc] FreeBSD compile fix
Last modified: 2005-02-17 19:22:59 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.
Created attachment 37497 [details] [review] Trivial patch fixing the problem
Fixed by moving the required #includes into the header file instead. Cheers -Tim