FIX BUILD (OS X): Include correct gmp.h if using GMP.framework
authorRoman Leshchinskiy <rl@cse.unsw.edu.au>
Fri, 6 Jul 2007 04:56:49 +0000 (04:56 +0000)
committerRoman Leshchinskiy <rl@cse.unsw.edu.au>
Fri, 6 Jul 2007 04:56:49 +0000 (04:56 +0000)
commit1143c0e63ab9925697dcd553bbdb65aa8d51fdb5
tree686459c15c2f3a73c83d0b7158d4b6f5d97b95f8
parent9c2ac80e6b9c2fd3b7dcfc805ef64039ca5587c4
FIX BUILD (OS X): Include correct gmp.h if using GMP.framework

On OS X, we have to #include <GMP/gmp.h> if we are using GMP.framework. Before
the recent GMP changes, gcc (incorrectly) used the gmp.h supplied by ghc but
that is gone now.
includes/Regs.h
includes/Rts.h