From 45adecbed830d08cdac57b771f574a3cd54db5ad Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 5 Jul 1999 17:25:23 +0000
Subject: [PATCH] [project @ 1999-07-05 17:25:23 by sof] Stg.h contains all the
 defs and protos that are visible when compiling .hc code (==> .hs code).
 Augment this set with the externally visible RTS API.

---
 ghc/includes/Stg.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ghc/includes/Stg.h b/ghc/includes/Stg.h
index c5ad6f415aa0..3932cd6c0e9b 100644
--- a/ghc/includes/Stg.h
+++ b/ghc/includes/Stg.h
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stg.h,v 1.14 1999/06/25 09:14:54 simonmar Exp $
+ * $Id: Stg.h,v 1.15 1999/07/05 17:25:23 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -102,6 +102,9 @@ void _stgAssert (char *, unsigned int);
 #include "Regs.h"
 #include "TailCalls.h"
 
+/* RTS public interface */
+#include "RtsAPI.h"
+
 /* these are all ANSI C headers */
 #include <stdlib.h>
 #include <string.h>
-- 
GitLab