summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index e4bf48e185..a1ad4c3dd6 100644
--- a/file.c
+++ b/file.c
@@ -22,7 +22,6 @@
#ifdef __APPLE__
#include <CoreFoundation/CFString.h>
#endif
-#include <sys/time.h>
#include "ruby/ruby.h"
#include "ruby/io.h"
@@ -33,6 +32,7 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#include <sys/time.h>
#ifdef HAVE_SYS_FILE_H
# include <sys/file.h>