X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=rts%2FProfiling.c;h=f865d0a9cf18d862575bc5123e59a26b153f03e8;hb=0a414c46dd2e812be2e6a1db5fd66f405b6143b7;hp=695d66e019358fd02a6cfc5c8bc1c6aea6295765;hpb=2ab19ae554db9b9370bb31ba9cf9a5e53661df38;p=ghc-hetmet.git diff --git a/rts/Profiling.c b/rts/Profiling.c index 695d66e..f865d0a 100644 --- a/rts/Profiling.c +++ b/rts/Profiling.c @@ -23,6 +23,10 @@ #include +#ifdef DEBUG +#include "Trace.h" +#endif + /* * Profiling allocation arena. */