From: simonm Date: Fri, 22 Jan 1999 10:58:43 +0000 (+0000) Subject: [project @ 1999-01-22 10:58:43 by simonm] X-Git-Tag: Approx_2487_patches~21 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9d61889b9a33cb7cbc56524992c9b1f4386aa5a5;p=ghc-hetmet.git [project @ 1999-01-22 10:58:43 by simonm] Fix include typo. --- diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index b9018aa..5ad4a17 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsStartup.c,v 1.3 1999/01/21 10:31:49 simonm Exp $ + * $Id: RtsStartup.c,v 1.4 1999/01/22 10:58:43 simonm Exp $ * * Main function for a standalone Haskell program. * @@ -17,7 +17,7 @@ #include "Ticky.h" #if defined(PROFILING) -# include "ProfRTS.h" +# include "ProfRts.h" #elif defined(DEBUG) # include "DebugProf.h" #endif