From eb4c1940c018310adf4b10830d39e329521bf3d9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 25 Nov 2005 13:10:04 +0000 Subject: [PATCH] [project @ 2005-11-25 13:10:04 by simonmar] #include SMP.h --- ghc/includes/Rts.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h index ebc2f23..e9adbb4 100644 --- a/ghc/includes/Rts.h +++ b/ghc/includes/Rts.h @@ -84,6 +84,9 @@ extern void _assertFail (char *, unsigned int); /* Global constaints */ #include "Constants.h" +/* SMP definitions */ +#include "SMP.h" + /* Profiling information */ #include "StgProf.h" #include "StgLdvProf.h" -- 1.7.10.4