1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

getnameinfo.c: rubysocket.h for inet_ntop

* ext/socket/getnameinfo.c: needs rubysocket.h for fallback
  definition of inet_ntop.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-08-13 01:26:24 +00:00
parent 2827bf1ca5
commit ee7993afb4
2 changed files with 2 additions and 1 deletions

View file

@ -76,6 +76,7 @@ typedef int socklen_t;
#include "addrinfo.h"
#include "sockport.h"
#include "rubysocket.h"
#define SUCCESS 0
#define ANY 0