summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-10 08:44:05 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-02-10 08:44:05 +0000
commit3ab072c0dc748031816ebfbdccdc10fa4212a9db (patch)
tree1af982c2e02748e9f72146220e9f62d6c5728ff0 /file.c
parentb2fa1cbeda1b7893910205f38733430f521c3744 (diff)
1.1b7 pre3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@69 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 01c26eea41..b189a239cb 100644
--- a/file.c
+++ b/file.c
@@ -46,6 +46,7 @@ struct timeval {
char *strrchr();
#endif
+#include <sys/types.h>
#include <sys/stat.h>
#ifndef NT
@@ -261,7 +262,6 @@ file_path(obj)
return str_new2(fptr->path);
}
-#include <sys/types.h>
#ifndef NT
#include <sys/file.h>
#else