37ecd99305
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@419 119443c7-1b9e-41f8-b6fc-b9c35fce742c
16 lines
143 B
C
16 lines
143 B
C
|
|
|
|
#ifndef UPNPINET_H
|
|
#define UPNPINET_H
|
|
|
|
|
|
#ifdef WIN32
|
|
#include <Ws2tcpip.h>
|
|
#else
|
|
#include <netinet/in.h>
|
|
#endif
|
|
|
|
|
|
#endif /* UPNPINET_H */
|
|
|