[project @ 2004-09-12 11:27:10 by panne]
[ghc-hetmet.git] / ghc / rts / hooks / RtsOpts.c
index dec0075..b934b05 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsOpts.c,v 1.1 2001/10/01 11:36:29 simonmar Exp $
  *
  * Default RTS options.
  *
@@ -7,6 +6,8 @@
 
 #include "Rts.h"
 
+#include <stdlib.h>
+
 // Default RTS options can be given by providing an alternate
 // definition for this variable, pointing to a string of RTS options.
 char *ghc_rts_opts = NULL;