Skip to content

inet_ntop is available in Windows but not via arpa/inet.h

Steve Lhomme requested to merge robUx4/gnutls:inet_ntop into master

inet_ntop is available in Windows but not via arpa/inet.h

It's found in ws2tcpip.h which is already included in gnutls_int.h included by this file.

arpa/inet.h doesn't exist on Windows so the build fails

Merge request reports