Go to the documentation of this file. 36 #ifndef GNASH_NET_HEADERS_H 37 #define GNASH_NET_HEADERS_H 45 #if defined(HAVE_WINSOCK_H) && !defined(__OS2__) 46 # include <winsock2.h> 49 # include <ws2tcpip.h> 51 #elif defined(__amigaos4__) //maybe HAVE_NETINET_IN_H 52 # include <netinet/in.h> 55 # include <arpa/inet.h> 56 # include <sys/types.h> 57 # include <sys/socket.h> 58 # include <sys/times.h> 60 # include <netinet/in.h> 61 # include <netinet/tcp.h>