diff options
Diffstat (limited to 'rts/ProfilerReport.h')
-rw-r--r-- | rts/ProfilerReport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ProfilerReport.h b/rts/ProfilerReport.h index 516244eee3..66b602adc0 100644 --- a/rts/ProfilerReport.h +++ b/rts/ProfilerReport.h @@ -15,7 +15,7 @@ #include "BeginPrivate.h" -#ifdef PROFILING +#if defined(PROFILING) void writeCCSReport( FILE *prof_file, CostCentreStack const *ccs, ProfilerTotals totals ); |