From 9d61889b9a33cb7cbc56524992c9b1f4386aa5a5 Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Fri, 22 Jan 1999 10:58:43 +0000
Subject: [PATCH] [project @ 1999-01-22 10:58:43 by simonm] Fix include typo.

---
 ghc/rts/RtsStartup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c
index b9018aafd06e..5ad4a17e9e56 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
-- 
GitLab