Bug 6122 - 'fd_set' undeclared
Summary: 'fd_set' undeclared
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Vincent Torri
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-04 20:38 UTC by Vincent Torri
Modified: 2006-04-19 22:48 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.