use sys/ptrace.h instead of linux/ptrace.h

As was pointed out at
https://github.com/gperftools/gperftools/pull/1329 there is no need
for us to depend on linux-headers thingy. Libc headers should be
enough.
This commit is contained in:
Aliaksey Kandratsenka 2023-07-03 16:20:26 -04:00
parent 55e798623f
commit fe5ba4b524

View File

@ -53,7 +53,7 @@
#include <time.h>
#include <unistd.h>
#include <linux/ptrace.h>
#include <sys/ptrace.h>
#include <sys/procfs.h>
#include <sys/user.h>
#include <elf.h> // NT_PRSTATUS