diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-05 10:22:17 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-05 10:22:17 +0000 |
commit | 45da48d70d589548c8f7c6c49eafb1ef463ebfb5 (patch) | |
tree | 886abeaee2d594c150e16973b2cefb98dbc60228 /rts/ProfHeap.c | |
parent | 948c01bdb7f42504487a624b229137694871efd0 (diff) | |
download | haskell-45da48d70d589548c8f7c6c49eafb1ef463ebfb5.tar.gz |
profiling build fix
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r-- | rts/ProfHeap.c | 1 |
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" |