[project @ 2003-07-21 15:05:54 by simonmar]
[ghc-hetmet.git] / ghc / includes / Stg.h
index 17568b5..001ca55 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stg.h,v 1.52 2003/05/29 14:39:30 sof Exp $
+ * $Id: Stg.h,v 1.53 2003/07/21 15:05:54 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -118,6 +118,13 @@ void _stgAssert (char *, unsigned int);
 #define doNothing() do { } while (0)
 
 /* -----------------------------------------------------------------------------
+   System headers
+   -------------------------------------------------------------------------- */
+
+// Needed so that we can use NULL
+#include <stdlib.h>
+
+/* -----------------------------------------------------------------------------
    Global type definitions
    -------------------------------------------------------------------------- */