From 1489bc340d75dc338173443f3c05e17fa554eb1d Mon Sep 17 00:00:00 2001 From: dzaima Date: Fri, 4 Jun 2021 02:11:09 +0300 Subject: [PATCH] fix rtperf --- src/rtwrap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rtwrap.c b/src/rtwrap.c index ae4d8a4e..01eb505a 100644 --- a/src/rtwrap.c +++ b/src/rtwrap.c @@ -1,6 +1,8 @@ #include "core.h" #include "vm.h" - +#ifdef RT_PERF +#include "utils/builtins.h" +#endif #ifdef RT_WRAP typedef struct WFun WFun;