[Bug 65977] Trivial fix for compilation error: contact.h:132: error: field 'address' has incomplete type
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 24 05:35:32 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=65977
--- Comment #2 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Replacing the #ifdef G_OS_WIN32...#endif with #include
<gibber/gibber-sockets.h>, which encapsulates the whole mess, would be better:
it deals with various other awkward header-order things, such as Darwin.
Using GSocketAddress instead of struct sockaddr would be better still, although
a rather larger patch.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list