Fixed missuse of typedef

This commit is contained in:
Pauli Nieminen 2008-05-20 12:28:45 +00:00
parent aa77f6d425
commit 2cb331abee

View file

@ -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>