summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.c
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-05 09:35:39 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-05 09:35:39 +0000
commit948c01bdb7f42504487a624b229137694871efd0 (patch)
tree162006e4eef0ed26e403fd313a7ff62caf2b97e1 /rts/RetainerProfile.c
parenta53ccca7894727fcf6de21b5c7b0ea2f7eaec569 (diff)
downloadhaskell-948c01bdb7f42504487a624b229137694871efd0.tar.gz
profiling build fixes
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r--rts/RetainerProfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c
index 4441749200..adec3fcfaa 100644
--- a/rts/RetainerProfile.c
+++ b/rts/RetainerProfile.c
@@ -30,6 +30,7 @@
#include "Stats.h"
#include "ProfHeap.h"
#include "Apply.h"
+#include "sm/Storage.h" // for END_OF_STATIC_LIST
/*
Note: what to change in order to plug-in a new retainer profiling scheme?