libUPnP  1.8.0
UpnpInet.h
Go to the documentation of this file.
1 
2 
3 #ifndef UPNPINET_H
4 #define UPNPINET_H
5 
6 
14 #ifdef WIN32
15  #include <winsock2.h>
16  #include <Ws2tcpip.h>
17 #else
18  #include <sys/param.h>
19  #if (defined(BSD) && BSD >= 199306) || defined (__FreeBSD_kernel__)
20  #include <ifaddrs.h>
21  /* Do not move or remove the include below for "sys/socket"!
22  * Will break FreeBSD builds. */
23  #include <sys/socket.h>
24  #endif
25  #include <netinet/in.h>
26 #endif
27 
28 
29 #endif /* UPNPINET_H */
30