From 0a414c46dd2e812be2e6a1db5fd66f405b6143b7 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 10 Sep 2006 20:06:11 +0000 Subject: [PATCH] Fix warnings traceBegin/traceEnd implicitly declared --- rts/Profiling.c | 4 ++++ 1 file changed, 4 insertions(+) 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. */ -- 1.7.10.4