summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.c
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-08-05 10:22:17 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-08-05 10:22:17 +0000
commit45da48d70d589548c8f7c6c49eafb1ef463ebfb5 (patch)
tree886abeaee2d594c150e16973b2cefb98dbc60228 /rts/ProfHeap.c
parent948c01bdb7f42504487a624b229137694871efd0 (diff)
downloadhaskell-45da48d70d589548c8f7c6c49eafb1ef463ebfb5.tar.gz
profiling build fix
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r--rts/ProfHeap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c
index f446d0b09b..69dd798ac3 100644
--- a/rts/ProfHeap.c
+++ b/rts/ProfHeap.c
@@ -15,6 +15,7 @@
#include "Stats.h"
#include "Hash.h"
#include "RetainerProfile.h"
+#include "LdvProfile.h"
#include "Arena.h"
#include "Printer.h"