зеркало из https://github.com/github/ruby.git
* ext/socket/rubysocket.h: add "#include <sys/stat.h>"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
18afbc891c
Коммит
90f84988fc
|
@ -1,3 +1,7 @@
|
|||
Thu Feb 19 08:45:48 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
|
||||
|
||||
* ext/socket/rubysocket.h: add "#include <sys/stat.h>"
|
||||
|
||||
Thu Feb 19 03:42:48 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/socket/ancdata.c (ancillary_rights): new method.
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include "ruby/util.h"
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче