(miniupnpc) Another warning fixed
This commit is contained in:
parent
337e185d18
commit
445c2dd6f4
|
@ -46,7 +46,9 @@
|
|||
#endif
|
||||
#include <strings.h>
|
||||
#include <errno.h>
|
||||
#ifndef closesocket
|
||||
#define closesocket close
|
||||
#endif
|
||||
#endif /* #else _WIN32 */
|
||||
#ifdef __GNU__
|
||||
#define MAXHOSTNAMELEN 64
|
||||
|
|
Loading…
Reference in New Issue