id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2660,`fd_set' has not been declared,jens.luedicke@…,az_sw_dude,"I'm using Boost.Thread and Boost.Asio on Cygwin. If I include boost/thread.hpp, without boost/asio.hpp first, I get a compiler error: In file included from /usr/include/cygwin/sys_time.h:13, from /usr/include/sys/time.h:27, from D:/local/boost/include/boost-1_37/boost/date_time/c_time.hpp:28, from D:/local/boost/include/boost-1_37/boost/date_time/microsec_time_clock.hpp:18, from D:/local/boost/include/boost-1_37/boost/thread/thread_time.hpp:9, from D:/local/boost/include/boost-1_37/boost/thread/locks.hpp:12, from D:/local/boost/include/boost-1_37/boost/thread/pthread/mutex.hpp:11, from D:/local/boost/include/boost-1_37/boost/thread/mutex.hpp:16, from D:/local/boost/include/boost-1_37/boost/thread/pthread/thread_data.hpp:12, from D:/local/boost/include/boost-1_37/boost/thread/thread.hpp:17, from D:/local/boost/include/boost-1_37/boost/thread.hpp:13, from src/flightpath_controller.cpp:27: /usr/include/sys/select.h:31: error: `fd_set' has not been declared /usr/include/sys/select.h:31: error: `fd_set' has not been declared /usr/include/sys/select.h:31: error: `fd_set' has not been declared /usr/include/sys/select.h:33: error: `fd_set' has not been declared /usr/include/sys/select.h:33: error: `fd_set' has not been declared /usr/include/sys/select.h:33: error: `fd_set' has not been declared make: *** [build/flightpath_controller.o] Error 1 A workaround for this issue is to include boost/asio.hpp before boost/thread.hpp within the given sourcefile. ",Library Submissions,reopened,Website 1.X,xpressive,Boost.Build-M3,Not Applicable,,,gvenkatsm@…