forked from Github/emacs
* lib-src/seccomp-filter.c: Add missing headers.
This commit is contained in:
parent
17d20bb3cb
commit
104c5e3d57
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ variants of those files that can be used to sandbox Emacs before
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <linux/futex.h>
|
||||
#include <linux/filter.h>
|
||||
#include <linux/seccomp.h>
|
||||
#include <fcntl.h>
|
||||
#include <sched.h>
|
||||
#include <seccomp.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue