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 :)
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.
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.