mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
11 lines
250 B
Diff
11 lines
250 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
|
|
|
|
namespace crashpad {
|
|
|