[project @ 2004-03-08 10:31:00 by stolz]
authorstolz <unknown>
Mon, 8 Mar 2004 10:31:00 +0000 (10:31 +0000)
committerstolz <unknown>
Mon, 8 Mar 2004 10:31:00 +0000 (10:31 +0000)
-Wall police

ghc/includes/mkDerivedConstants.c

index 4f47a10..8c7591a 100644 (file)
@@ -1,5 +1,5 @@
 /* --------------------------------------------------------------------------
- * $Id: mkDerivedConstants.c,v 1.4 2002/12/11 15:36:40 simonmar Exp $
+ * $Id: mkDerivedConstants.c,v 1.5 2004/03/08 10:31:00 stolz Exp $
  *
  * (c) The GHC Team, 1992-1998
  *
@@ -7,6 +7,8 @@
  *
  * ------------------------------------------------------------------------*/
 
+#include <stdio.h>
+
 #define IN_STG_CODE 0
 #include "Stg.h"