(miniupnpc) Another warning fixed

This commit is contained in:
twinaphex 2018-01-31 14:52:29 +01:00
parent 337e185d18
commit 445c2dd6f4
1 changed files with 2 additions and 0 deletions

View File

@ -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