[project @ 2005-11-25 13:10:04 by simonmar]
authorsimonmar <unknown>
Fri, 25 Nov 2005 13:10:04 +0000 (13:10 +0000)
committersimonmar <unknown>
Fri, 25 Nov 2005 13:10:04 +0000 (13:10 +0000)
#include SMP.h

ghc/includes/Rts.h

index ebc2f23..e9adbb4 100644 (file)
@@ -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"