X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgPrimFloat.c;h=5bd6aebb1cd1923608653d27599a247baca98af4;hb=d04199cbff9190eb1cb46c9d84cf0bd1add90ec1;hp=7928fcb680605588e5e235731c600314bfc7655a;hpb=67ee0c1b6ddb42039709bf2224ffcce894003710;p=ghc-hetmet.git diff --git a/ghc/rts/StgPrimFloat.c b/ghc/rts/StgPrimFloat.c index 7928fcb..5bd6aeb 100644 --- a/ghc/rts/StgPrimFloat.c +++ b/ghc/rts/StgPrimFloat.c @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: StgPrimFloat.c,v 1.7 2001/07/23 23:29:47 ken Exp $ * * (c) The GHC Team, 1998-2000 * @@ -7,8 +6,11 @@ * * ---------------------------------------------------------------------------*/ +#include "PosixSource.h" #include "Rts.h" +#include + /* * Encoding and decoding Doubles. Code based on the HBC code * (lib/fltcode.c).