network_core.h
changeset 1342 a1ca3e1df6bd
parent 1332 86c9ebbcda31
child 1343 481847e32573
--- a/network_core.h	Mon Feb 07 19:45:08 2005 +0000
+++ b/network_core.h	Mon Feb 07 20:36:41 2005 +0000
@@ -21,6 +21,7 @@
 	#define ENABLE_NETWORK // On windows, the network is always enabled
 	// Windows has some different names for some types..
 	typedef SSIZE_T ssize_t;
+	typedef int socklen_t;
 #endif
 
 #define GET_LAST_ERROR() WSAGetLastError()