Fixed missuse of typedef
This commit is contained in:
parent
aa77f6d425
commit
2cb331abee
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
# undef INADDR_NONE
|
||||
# include <windows.h>
|
||||
# define USE_SELECT 1
|
||||
typedef socklen_t int;
|
||||
typedef int socklen_t;
|
||||
#else
|
||||
# include <sys/types.h>
|
||||
# include <sys/socket.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue