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:
parent
2827bf1ca5
commit
ee7993afb4
2 changed files with 2 additions and 1 deletions
|
@ -76,6 +76,7 @@ typedef int socklen_t;
|
|||
|
||||
#include "addrinfo.h"
|
||||
#include "sockport.h"
|
||||
#include "rubysocket.h"
|
||||
|
||||
#define SUCCESS 0
|
||||
#define ANY 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue