diff --git a/context/context.c b/context/context.c index d7d6b02..8bf5fb4 100644 --- a/context/context.c +++ b/context/context.c @@ -17,7 +17,7 @@ engine_context *context_new(void *parent) { } #ifdef ZTS - TSRM_FETCH() + TSRMLS_FETCH(); context->ptsrm_ls = &tsrm_ls; #endif