FIONBIO编译不过?
已包含下面的头文件
#include <netinet/in.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/errno.h>
但下面的语句编译不过,提示找不到FIONBIO
if ((err=IOCtlSock(ListeningSocket, FIONBIO, &arg)) == SOCKET_ERROR)
请问问题出在哪里?