Compilation fix of wxSocket code for older Solaris versions.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 21 Sep 2010 11:56:53 +0000 (11:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 21 Sep 2010 11:56:53 +0000 (11:56 +0000)
commit74d3098357674e6332bb34cf046e2c21d0c42df1
treee4aa11b34526ae66ff85e94a27b9976bc47f5226
parentb4607e897c31cd59c5ede98c3b5b5d3910902930
Compilation fix of wxSocket code for older Solaris versions.

Include sys/filio.h to define FIONBIO in all cases (sometimes this header is
already included from sys/ioctl.h but not always).

Closes #12481.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/unix/private/sockunix.h