summaryrefslogtreecommitdiff
path: root/rts/ProfilerReport.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ProfilerReport.c')
-rw-r--r--rts/ProfilerReport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ProfilerReport.c b/rts/ProfilerReport.c
index 81f7fa046a..4142c00032 100644
--- a/rts/ProfilerReport.c
+++ b/rts/ProfilerReport.c
@@ -6,7 +6,7 @@
*
* ---------------------------------------------------------------------------*/
-#ifdef PROFILING
+#if defined(PROFILING)
#include "PosixSource.h"
#include "Rts.h"