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:
parent
df0320d8c2
commit
d1d679f8cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue