summaryrefslogtreecommitdiff
path: root/rts/LdvProfile.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/LdvProfile.c
parenta53ccca7894727fcf6de21b5c7b0ea2f7eaec569 (diff)
downloadhaskell-948c01bdb7f42504487a624b229137694871efd0.tar.gz
profiling build fixes
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r--rts/LdvProfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c
index 3a160de6ac..b5c0e63f01 100644
--- a/rts/LdvProfile.c
+++ b/rts/LdvProfile.c
@@ -13,6 +13,7 @@
#include "Rts.h"
#include "Profiling.h"
+#include "LdvProfile.h"
#include "Stats.h"
#include "RtsUtils.h"
#include "Schedule.h"