Fix warnings traceBegin/traceEnd implicitly declared
authorIan Lynagh <igloo@earth.li>
Sun, 10 Sep 2006 20:06:11 +0000 (20:06 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 10 Sep 2006 20:06:11 +0000 (20:06 +0000)
rts/Profiling.c

index 695d66e..f865d0a 100644 (file)
 
 #include <string.h>
 
+#ifdef DEBUG
+#include "Trace.h"
+#endif
+
 /*
  * Profiling allocation arena.
  */