From: simonmar Date: Fri, 25 Nov 2005 13:10:04 +0000 (+0000) Subject: [project @ 2005-11-25 13:10:04 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~10 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eb4c1940c018310adf4b10830d39e329521bf3d9;p=ghc-hetmet.git [project @ 2005-11-25 13:10:04 by simonmar] #include SMP.h --- 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"