projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d20bb
)
* lib-src/seccomp-filter.c: Add missing headers.
author
Philipp Stephani
<phst@google.com>
Mon, 12 Apr 2021 07:20:51 +0000
(09:20 +0200)
committer
Philipp Stephani
<phst@google.com>
Mon, 12 Apr 2021 07:20:51 +0000
(09:20 +0200)
lib-src/seccomp-filter.c
patch
|
blob
|
history
diff --git
a/lib-src/seccomp-filter.c
b/lib-src/seccomp-filter.c
index ed362bc18d9c0f875057638ec24e29cd720ac5a2..fc3c3a0c074e0156362599c13c08bb8db2f5d722 100644
(file)
--- a/
lib-src/seccomp-filter.c
+++ b/
lib-src/seccomp-filter.c
@@
-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>