Skip to content

Commit

Permalink
Fix warnings traceBegin/traceEnd implicitly declared
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Sep 10, 2006
1 parent 2ab19ae commit 0a414c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rts/Profiling.c
Expand Up @@ -23,6 +23,10 @@

#include <string.h>

#ifdef DEBUG
#include "Trace.h"
#endif

/*
* Profiling allocation arena.
*/
Expand Down

0 comments on commit 0a414c4

Please sign in to comment.