diff --git a/src/tracee/event.c b/src/tracee/event.c index 7f0a0954..f419a81e 100644 --- a/src/tracee/event.c +++ b/src/tracee/event.c @@ -48,6 +48,10 @@ #include "attribute.h" #include "compat.h" +#ifndef SYS_SECCOMP +#define SYS_SECCOMP 1 +#endif + /** * Start @tracee->exe with the given @argv[]. This function * returns -errno if an error occurred, otherwise 0.