comparison tcp.c @ 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 edbe5c3717f9
children 0899bfe4105c
comparison
equal deleted inserted replaced
922:7f20b3ce1100 923:76c5dfe0b805
19 #include "avformat.h" 19 #include "avformat.h"
20 #include <unistd.h> 20 #include <unistd.h>
21 #include <sys/types.h> 21 #include <sys/types.h>
22 #include <sys/socket.h> 22 #include <sys/socket.h>
23 #include <netinet/in.h> 23 #include <netinet/in.h>
24 #if defined(__BEOS__) 24 #if defined(__BEOS__) || defined(__INNOTEK_LIBC__)
25 typedef int socklen_t; 25 typedef int socklen_t;
26 #endif 26 #endif
27 #ifndef __BEOS__ 27 #ifndef __BEOS__
28 # include <arpa/inet.h> 28 # include <arpa/inet.h>
29 #else 29 #else