mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
10 lines
265 B
Diff
10 lines
265 B
Diff
--- ./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)
|