summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/missing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index cf97ca2133..9b502cd3d8 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -29,7 +29,7 @@ extern "C" {
#if defined(HAVE_TIME_H)
# include <time.h>
#endif
-#if defined(HAVE_SYS_TIME_H) && !defined(__linux__)
+#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
#endif
#endif