aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/missing.h')
-rw-r--r--include/ruby/missing.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index a3d7a6b7b7..fb5c3130c9 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -29,9 +29,7 @@ extern "C" {
#endif
#if !defined(HAVE_STRUCT_TIMEVAL) || !defined(HAVE_STRUCT_TIMESPEC)
-#if defined(HAVE_TIME_H)
-# include <time.h>
-#endif
+#include <time.h>
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
#endif