linux fix for socketio include.
This commit is contained in:
@@ -24,8 +24,12 @@
|
||||
#ifdef _OSF_SOURCE
|
||||
#include <sys/ioctl.h>
|
||||
#else
|
||||
#ifdef linux
|
||||
#include <sys/socketio.h>
|
||||
#else
|
||||
#include <sys/sockio.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include <netdb.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
Reference in New Issue
Block a user