From de49ea3df4f59226585f9903cde457050c4691b6 Mon Sep 17 00:00:00 2001 From: stolz Date: Mon, 8 Mar 2004 10:31:00 +0000 Subject: [PATCH] [project @ 2004-03-08 10:31:00 by stolz] -Wall police --- ghc/includes/mkDerivedConstants.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index 4f47a10..8c7591a 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -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 + #define IN_STG_CODE 0 #include "Stg.h" -- 1.7.10.4