memdebug: include backtrace.h as system header

Closes #20642
This commit is contained in:
Viktor Szakats 2026-02-20 12:44:19 +01:00
parent d4234d9f46
commit dd82205bb2
No known key found for this signature in database

View File

@ -32,7 +32,7 @@
#include "curlx/fopen.h" /* for CURLX_FOPEN_LOW(), CURLX_FREOPEN_LOW() */
#ifdef USE_BACKTRACE
#include "backtrace.h"
#include <backtrace.h>
#endif
struct memdebug {