emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 104c5e3 2/2: * lib-src/seccomp-filter.c: Add missing headers.


From: Philipp Stephani
Subject: master 104c5e3 2/2: * lib-src/seccomp-filter.c: Add missing headers.
Date: Mon, 12 Apr 2021 03:21:23 -0400 (EDT)

branch: master
commit 104c5e3d57705cd4bd291b61d7f165def602ab5c
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    * lib-src/seccomp-filter.c: Add missing headers.
---
 lib-src/seccomp-filter.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib-src/seccomp-filter.c b/lib-src/seccomp-filter.c
index ed362bc..fc3c3a0 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
 #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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]