From dd82205bb2ecd6efe489fef1815348d0bcb033f1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 20 Feb 2026 12:44:19 +0100 Subject: [PATCH] memdebug: include `backtrace.h` as system header Closes #20642 --- lib/memdebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/memdebug.c b/lib/memdebug.c index 457034ebda..c4772d3686 100644 --- a/lib/memdebug.c +++ b/lib/memdebug.c @@ -32,7 +32,7 @@ #include "curlx/fopen.h" /* for CURLX_FOPEN_LOW(), CURLX_FREOPEN_LOW() */ #ifdef USE_BACKTRACE -#include "backtrace.h" +#include #endif struct memdebug {