diff options
Diffstat (limited to 'rts/HeapStackCheck.cmm')
-rw-r--r-- | rts/HeapStackCheck.cmm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/HeapStackCheck.cmm b/rts/HeapStackCheck.cmm index 825eaef27f..69bff74f41 100644 --- a/rts/HeapStackCheck.cmm +++ b/rts/HeapStackCheck.cmm @@ -12,6 +12,7 @@ #include "Cmm.h" #include "Updates.h" +#include "SMPClosureOps.h" #ifdef __PIC__ import pthread_mutex_unlock; |