aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-crashpad.patch
blob: 1e19a99d42674421299548103c89fe4b7dc85a1b (plain)
1
2
3
4
5
6
7
8
9
10
--- ./third_party/crashpad/crashpad/util/linux/ptracer.cc
+++ ./third_party/crashpad/crashpad/util/linux/ptracer.cc
@@ -26,6 +26,7 @@
 
 #if defined(ARCH_CPU_X86_FAMILY)
 #include <asm/ldt.h>
+#include <asm/ptrace-abi.h>
 #endif
 
 #if defined(ARCH_CPU_ARM_FAMILY)