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

* ext/socket/extconf.rb: typo fix(#endif -> #else).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-04-21 08:54:24 +00:00
parent df0320d8c2
commit d1d679f8cb

View file

@ -124,7 +124,7 @@ end
#ifdef _WIN32
# include <windows.h>
# include <winsock.h>
#endif
#else
# include <sys/types.h>
# include <netdb.h>
# include <string.h>
@ -147,7 +147,7 @@ end
#ifdef _WIN32
# include <windows.h>
# include <winsock.h>
#endif
#else
# include <sys/types.h>
# include <netdb.h>
# include <string.h>