changeset 923:76c5dfe0b805 libavformat

os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
author michael
date Thu, 02 Feb 2006 13:07:30 +0000
parents 7f20b3ce1100
children 6a9265af0009
files tcp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
-#if defined(__BEOS__)
+#if defined(__BEOS__) || defined(__INNOTEK_LIBC__)
 typedef int socklen_t;
 #endif
 #ifndef __BEOS__