[IOMultiplexer] added win32 io-engine (WSAAsyncSelect)
[NeonServV5.git] / src / IOEngine_select.c
index 74e8431dfccca8a75041483d3fc5808d0a585911..8c25ba6d1036309dcf2f7e1901dfccf18e95c805 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>. 
  */
 #include "IOEngine.h"
+#include <errno.h>
 #ifdef WIN32
 #define _WIN32_WINNT 0x501
 #include <windows.h>
 #include <winsock2.h>
 #else
-#include <errno.h>
 #include <string.h>
 #include <stdio.h>
 #endif