diff options
| author | Philipp Stephani | 2021-04-12 09:20:51 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2021-04-12 09:20:51 +0200 |
| commit | 104c5e3d57705cd4bd291b61d7f165def602ab5c (patch) | |
| tree | d4f3ba3f2da31660e667455ccd60b1a8f8201195 /lib-src | |
| parent | 17d20bb3cbb233ed0d94c3f1f9f3db768f526223 (diff) | |
| download | emacs-104c5e3d57705cd4bd291b61d7f165def602ab5c.tar.gz emacs-104c5e3d57705cd4bd291b61d7f165def602ab5c.zip | |
* lib-src/seccomp-filter.c: Add missing headers.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/seccomp-filter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/seccomp-filter.c b/lib-src/seccomp-filter.c index ed362bc18d9..fc3c3a0c074 100644 --- 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 | |||
| 51 | #include <sys/types.h> | 51 | #include <sys/types.h> |
| 52 | #include <sys/stat.h> | 52 | #include <sys/stat.h> |
| 53 | #include <linux/futex.h> | 53 | #include <linux/futex.h> |
| 54 | #include <linux/filter.h> | ||
| 55 | #include <linux/seccomp.h> | ||
| 54 | #include <fcntl.h> | 56 | #include <fcntl.h> |
| 55 | #include <sched.h> | 57 | #include <sched.h> |
| 56 | #include <seccomp.h> | 58 | #include <seccomp.h> |