From: simonmar Date: Thu, 5 Jan 2006 09:42:54 +0000 (+0000) Subject: [project @ 2006-01-05 09:42:54 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~64 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=acc7c96112e6554461ec6704f27fe4ae3fa7aae2 [project @ 2006-01-05 09:42:54 by simonmar] This file is not quite POSIX compliant; hopefully fix build on MacOS X (Tiger) --- 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"