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@537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1999-10-12 04:53:36 +00:00
parent 758cb647c7
commit be1fea072c
19 changed files with 188 additions and 99 deletions

View file

@ -16,6 +16,12 @@
#ifndef NT
#include <sys/socket.h>
#include <netinet/in.h>
#ifdef NETINET_TCP
# include <netinet/tcp.h>
#endif
#ifdef NETINET_UDP
# include <netinet/udp.h>
#endif
#include <netdb.h>
#endif
#include <errno.h>