diff options
Diffstat (limited to 'rts/RtsUtils.c')
-rw-r--r-- | rts/RtsUtils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/RtsUtils.c b/rts/RtsUtils.c index 3878a40697..2017884e48 100644 --- a/rts/RtsUtils.c +++ b/rts/RtsUtils.c @@ -15,9 +15,7 @@ #include "Schedule.h" #include "RtsFlags.h" -#if defined(HAVE_TIME_H) #include <time.h> -#endif /* HACK: On Mac OS X 10.4 (at least), time.h doesn't declare ctime_r with * _POSIX_C_SOURCE. If this is the case, we declare it ourselves. |