# HG changeset patch # User michael # Date 1138885650 0 # Node ID 76c5dfe0b80582d8a1d2bc79017da757b1020d03 # Parent 7f20b3ce1100588bda8e3371049cc7b71c1cea2e os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info) diff -r 7f20b3ce1100 -r 76c5dfe0b805 tcp.c --- a/tcp.c Thu Feb 02 11:27:35 2006 +0000 +++ b/tcp.c Thu Feb 02 13:07:30 2006 +0000 @@ -21,7 +21,7 @@ #include #include #include -#if defined(__BEOS__) +#if defined(__BEOS__) || defined(__INNOTEK_LIBC__) typedef int socklen_t; #endif #ifndef __BEOS__