From acc7c96112e6554461ec6704f27fe4ae3fa7aae2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 5 Jan 2006 09:42:54 +0000 Subject: [PATCH] [project @ 2006-01-05 09:42:54 by simonmar] This file is not quite POSIX compliant; hopefully fix build on MacOS X (Tiger) --- ghc/rts/posix/GetTime.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/rts/posix/GetTime.c b/ghc/rts/posix/GetTime.c index 9699774..3a0764c 100644 --- a/ghc/rts/posix/GetTime.c +++ b/ghc/rts/posix/GetTime.c @@ -6,7 +6,9 @@ * * ---------------------------------------------------------------------------*/ -#include "PosixSource.h" +// Not POSIX, due to use of ru_majflt in getPageFaults() +// #include "PosixSource.h" + #include "Rts.h" #include "GetTime.h" -- 1.7.10.4