Skip to content
Snippets Groups Projects
Commit b18c5cdd authored by sof's avatar sof
Browse files

[project @ 1999-07-06 15:05:49 by sof]

Added needed includes of SchedAPI.h
parent 6d96c28c
No related merge requests found
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* $Id: Main.c,v 1.8 1999/05/10 10:06:24 sof Exp $ * $Id: Main.c,v 1.9 1999/07/06 15:05:49 sof Exp $
* *
* (c) The GHC Team 1998-1999 * (c) The GHC Team 1998-1999
* *
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include "Rts.h" #include "Rts.h"
#include "RtsAPI.h" #include "RtsAPI.h"
#include "SchedAPI.h"
#include "RtsFlags.h" #include "RtsFlags.h"
#include "Schedule.h" /* for MainTSO */ #include "Schedule.h" /* for MainTSO */
#include "RtsUtils.h" #include "RtsUtils.h"
......
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* $Id: Weak.c,v 1.10 1999/02/26 13:36:14 simonm Exp $ * $Id: Weak.c,v 1.11 1999/07/06 15:05:49 sof Exp $
* *
* (c) The GHC Team, 1998-1999 * (c) The GHC Team, 1998-1999
* *
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "Rts.h" #include "Rts.h"
#include "RtsAPI.h" #include "RtsAPI.h"
#include "SchedAPI.h"
#include "RtsFlags.h" #include "RtsFlags.h"
#include "Weak.h" #include "Weak.h"
#include "Storage.h" #include "Storage.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment