libUPnP 1.8.0
|
00001 00002 00003 #ifndef UPNPINET_H 00004 #define UPNPINET_H 00005 00006 00014 #ifdef WIN32 00015 #include <winsock2.h> 00016 #include <Ws2tcpip.h> 00017 #else 00018 #include <sys/param.h> 00019 #if (defined(BSD) && BSD >= 199306) || defined (__FreeBSD_kernel__) 00020 #include <ifaddrs.h> 00021 /* Do not move or remove the include below for "sys/socket"! 00022 * Will break FreeBSD builds. */ 00023 #include <sys/socket.h> 00024 #endif 00025 #include <netinet/in.h> 00026 #endif 00027 00028 00029 #endif /* UPNPINET_H */ 00030