[project @ 2006-01-10 14:39:38 by simonmar]
[ghc-hetmet.git] / ghc / rts / hooks / StackOverflow.c
index a467502..a395a3a 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StackOverflow.c,v 1.2 1998/12/02 13:29:15 simonm Exp $
  *
  * User-overridable RTS hooks.
  *
@@ -7,6 +6,8 @@
 
 #include "Rts.h"
 
+#include <stdio.h>
+
 void
 StackOverflowHook (lnat stack_size)    /* in bytes */
 {