remove empty dir
[ghc-hetmet.git] / ghc / rts / StgPrimFloat.c
index 7928fcb..5bd6aeb 100644 (file)
@@ -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 <math.h>
+
 /*
  * Encoding and decoding Doubles.  Code based on the HBC code
  * (lib/fltcode.c).