1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-08-24 06:29:30 +00:00
parent dea6ce41b4
commit d68d1d1584
3 changed files with 10 additions and 2 deletions

View file

@ -69,4 +69,8 @@
# define PF_INET AF_INET
#endif
#if defined(HOST_NOT_FOUND) && !defined(h_errno) && !defined(__CYGWIN__)
extern int h_errno;
#endif
#endif