Bug 6122

Summary: 'fd_set' undeclared
Product: XCB Reporter: Vincent Torri <vtorri>
Component: LibraryAssignee: Vincent Torri <vtorri>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Vincent Torri 2006-03-04 20:38:27 UTC
in xcb_in.c, fd_set is not declared. It is declared in sys/select.h. This header
is include from sys/types.h, but only if __USE_BSD is defined.

ok, next time, i install a BSD :)
Comment 1 Jamey Sharp 2006-03-07 18:25:18 UTC
Please commit an include of <sys/select.h> in the appropriate places. Thanks. :-)

This is probably another instance of old xproto bits, but the include should be
fixed anyway.
Comment 2 Jamey Sharp 2006-04-20 15:48:54 UTC
I've committed an include of <sys/select.h> to xcb_in.c, and it still builds
fine for me. Hope it's right...

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.