[Bug 65977] New: Trivial fix for compilation error: contact.h:132: error: field 'address' has incomplete type
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jun 20 11:14:58 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=65977
Priority: medium
Bug ID: 65977
Assignee: telepathy-bugs at lists.freedesktop.org
Summary: Trivial fix for compilation error: contact.h:132:
error: field 'address' has incomplete type
QA Contact: telepathy-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: OpenBSD
Reporter: jasper at humppa.nl
Hardware: Other
Status: NEW
Version: git master
Component: salut
Product: Telepathy
sys/socket.h isn't included in contact.h; sys/socket.h defines the type for
sockaddr_storage as defined by POSIX
(http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html).
This patch fixes the build on OpenBSD and probably other systems too where
netinet/in.h doesn't include sys/socket.h.
--
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