]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
memdebug: include `backtrace.h` as system header
authorViktor Szakats <commit@vsz.me>
Fri, 20 Feb 2026 11:44:19 +0000 (12:44 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 20 Feb 2026 15:32:37 +0000 (16:32 +0100)
Closes #20642

lib/memdebug.c

index 457034ebdae2227ed453e777681031b6de84b77f..c4772d3686ba62d79f446204e3907174b4765ac3 100644 (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 {