gperftools: fix patch whitespace

This commit is contained in:
J Farkas 2022-07-03 18:20:49 +00:00 committed by Michal Vasilek
parent 3fb0044e2e
commit 6c1192cbf1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Compatibility fixes for musl.
pc_field_found=true)
elif test "x$ac_cv_header_sys_ucontext_h" = xyes; then
AC_TRY_COMPILE([#define _GNU_SOURCE 1
- #include <sys/ucontext.h>],
- #include <sys/ucontext.h>],
+ #include <sys/ucontext.h>
+ #include <asm/ptrace.h>],
[ucontext_t u; return u.$pc_field == 0;],