diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 171b80e84..57c035daa 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -146,7 +146,7 @@ typedef pthread_t ggml_thread_t; #include #include -struct BacktraceState { +struct backtrace_state { void** current; void** end; };