aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-crashpad.patch
blob: 60f5bc67bef32502fe76b8387f370e47462a5959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/third_party/crashpad/crashpad/util/linux/ptracer.cc b/third_party/crashpad/crashpad/util/linux/ptracer.cc
index 63bee1e..24ef002 100644
--- ./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
 
 namespace crashpad {