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 582843 - vino-2.26.1: add missing includes to fix build on FreeBSD 7.1
vino-2.26.1: add missing includes to fix build on FreeBSD 7.1
Status: RESOLVED FIXED
Product: vino
Classification: Applications
Component: Server
2.26.x
Other All
: Normal normal
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-05-16 06:25 UTC by Alexis Ballier
Modified: 2009-05-16 12:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
fix (797 bytes, patch)
2009-05-16 06:25 UTC, Alexis Ballier
committed Details | Review

Description Alexis Ballier 2009-05-16 06:25:06 UTC
Please describe the problem:
server/vino-dbus-listener.c uses sockaddr_in; POSIX says it is defined in netinet/in.h so it should be included there. This is not a problem on Linux because other headers already include it but on FreeBSD it is.

Patch will follow.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Alexis Ballier 2009-05-16 06:25:30 UTC
Created attachment 134748 [details] [review]
fix
Comment 2 Jonh Wendell 2009-05-16 12:01:11 UTC
Thanks, patch applied.