aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sctrace.c2
1 files changed, 2 insertions, 0 deletions
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 <asm/unistd.h>
+
char *argv0;
static unsigned long int trace_options = PTRACE_O_EXITKILL | PTRACE_O_TRACESYSGOOD | PTRACE_O_TRACEEXEC;