diff options
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index f0dec3c4..84c79f79 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -69,6 +69,9 @@ static struct #include "copy.c" #include "sym.h" #include "alloc.c" +#ifdef STP_PERFMON +#include "perf.c" +#endif /************* Module Stuff ********************/ |