summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.c b/dir.c
index f139c40554..84299127ca 100644
--- a/dir.c
+++ b/dir.c
@@ -3,20 +3,20 @@
dir.c -
$Author: matz $
- $Date: 1994/12/06 09:29:55 $
+ $Date: 1994/12/09 09:40:18 $
created at: Wed Jan 5 09:51:01 JST 1994
Copyright (C) 1994 Yukihiro Matsumoto
************************************************/
+#include <sys/param.h>
#include "ruby.h"
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#include <sys/param.h>
/* unistd.h defines _POSIX_VERSION on POSIX.1 systems. */
#if defined(DIRENT) || defined(_POSIX_VERSION)