summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/kcov/aarch64_nt_prstatus.patch
blob: d5c3662e9abfef66c51dcdf8197ab40f7a38cedf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/engines/ptrace.cc b/src/engines/ptrace.cc
index 59b615f..e02cddf 100644
--- a/src/engines/ptrace.cc
+++ b/src/engines/ptrace.cc
@@ -21,6 +21,7 @@
 
 #if defined(__aarch64__)
 #  include <sys/uio.h>
+#  include <elf.h>
 #endif
 
 #include <map>