wxWidgets/include/wx/private
Vadim Zeitlin d141826876 Always include sys/time.h and sys/select.h from selectdispatcher.h.
fd_set used by this header is supposed to be defined in sys/select.h and not
including this header resulted in compilation problems under QNX. And
including sys/time.h shouldn't hurt and is needed by select() under many
systems anyhow.

See #11817.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-03-20 12:45:28 +00:00
..
fd.h Fix wxFD_CLR() definition for Intel compiler under Linux. 2009-12-06 02:29:42 +00:00
fdiodispatcher.h
fdiohandler.h
fdiomanager.h
fileback.h
filename.h
flagscheck.h
fontmgr.h
fswatcher.h
graphics.h
overlay.h
sckaddr.h check for self assignment in operator= 2009-12-02 16:36:50 +00:00
selectdispatcher.h Always include sys/time.h and sys/select.h from selectdispatcher.h. 2010-03-20 12:45:28 +00:00
socket.h
stattext.h
threadinfo.h
timer.h
window.h Fixed dialog units <-> pixels conversion. 2010-01-24 11:51:09 +00:00
wxprintf.h