X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsStartup.c;h=caca89f3322a99fd298af659229334fa5c78e266;hb=b9d8ddb91c9360e3165244520f31dcd28c396825;hp=37bc4c0a9a53d55fe0c913a5efaa6e71b9931913;hpb=ab9349b039d2a9c6bd11613faec04aaba66f1225;p=ghc-hetmet.git diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index 37bc4c0..caca89f 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsStartup.c,v 1.37 2000/03/31 03:09:36 hwloidl Exp $ + * $Id: RtsStartup.c,v 1.38 2000/04/03 15:54:50 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -24,7 +24,7 @@ #include "Prelude.h" /* fixupRTStoPreludeRefs */ #if defined(PROFILING) || defined(DEBUG) -# include "ProfRts.h" +# include "Profiling.h" # include "ProfHeap.h" #endif