From 95fc2f25cb8ca2f5c556006714e9770ac50bd822 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 21 Jun 2020 00:22:57 -0700 Subject: Include asm/unistd.h for __X32_SYSCALL_BIT --- sctrace.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sctrace.c') diff --git a/sctrace.c b/sctrace.c index 3d2669a..d7e1766 100644 --- a/sctrace.c +++ b/sctrace.c @@ -1,6 +1,8 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" +#include + char *argv0; static unsigned long int trace_options = PTRACE_O_EXITKILL | PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC; -- cgit v1.2.3-70-g09d2