X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgPrimFloat.c;h=5bd6aebb1cd1923608653d27599a247baca98af4;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=1be99953b16298470f16867e74d0d3d49ac839f1;hpb=bc5c802181b513216bc88f0d1ec9574157ee05fe;p=ghc-hetmet.git diff --git a/ghc/rts/StgPrimFloat.c b/ghc/rts/StgPrimFloat.c index 1be9995..5bd6aeb 100644 --- a/ghc/rts/StgPrimFloat.c +++ b/ghc/rts/StgPrimFloat.c @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: StgPrimFloat.c,v 1.8 2001/08/14 13:40:09 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -10,6 +9,8 @@ #include "PosixSource.h" #include "Rts.h" +#include + /* * Encoding and decoding Doubles. Code based on the HBC code * (lib/fltcode.c).