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

* 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:
takano32 2009-02-18 23:47:21 +00:00
parent 18afbc891c
commit 90f84988fc
2 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -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>