[project @ 2002-11-21 11:31:34 by simonpj]
[ghc-hetmet.git] / ghc / rts / RetainerSet.c
index 83e0d9f..af776bf 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: RetainerSet.c,v 1.2 2001/11/26 16:54:21 simonmar Exp $
+ * $Id: RetainerSet.c,v 1.3 2002/07/18 09:12:36 simonmar Exp $
  *
  * (c) The GHC Team, 2001
  * Author: Sungwoo Park
@@ -10,6 +10,8 @@
 
 #ifdef PROFILING
 
+#include <stdlib.h>
+
 #include "Rts.h"
 #include "RtsFlags.h"
 #include "Stats.h"