summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/file.c b/file.c
index d75398f306..bbe77d7a04 100644
--- a/file.c
+++ b/file.c
@@ -23,6 +23,7 @@
#include "ruby/io.h"
#include "ruby/util.h"
#include "dln.h"
+#include "internal.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
@@ -2203,8 +2204,6 @@ rb_file_s_lchown(int argc, VALUE *argv)
#define rb_file_s_lchown rb_f_notimplement
#endif
-struct timespec rb_time_timespec(VALUE time);
-
struct utime_args {
const struct timespec* tsp;
VALUE atime, mtime;
@@ -5088,8 +5087,6 @@ is_explicit_relative(const char *path)
return isdirsep(*path);
}
-VALUE rb_get_load_path(void);
-
static VALUE
copy_path_class(VALUE path, VALUE orig)
{