summaryrefslogtreecommitdiff
path: root/tests/seccomp-strict.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/seccomp-strict.c')
-rw-r--r--tests/seccomp-strict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/seccomp-strict.c b/tests/seccomp-strict.c
index c145567ff..47d909d5a 100644
--- a/tests/seccomp-strict.c
+++ b/tests/seccomp-strict.c
@@ -28,7 +28,7 @@
*/
#include "tests.h"
-#include <sys/syscall.h>
+#include <asm/unistd.h>
#if defined __NR_seccomp && defined __NR_exit