Always include sys/time.h and sys/select.h from selectdispatcher.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2010 12:45:28 +0000 (12:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2010 12:45:28 +0000 (12:45 +0000)
commitd141826876edc1e7dd5bf18d050cea8754a3f718
tree96f29c07340ec2e99f3e3c6eb8fd4d054167251c
parentef40c54c636759ddb30a078bfa497e68e4576727
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
include/wx/private/selectdispatcher.h
src/common/selectdispatcher.cpp