]> git.eshelyaron.com Git - emacs.git/commitdiff
* lib-src/seccomp-filter.c: Add missing headers.
authorPhilipp Stephani <phst@google.com>
Mon, 12 Apr 2021 07:20:51 +0000 (09:20 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 12 Apr 2021 07:20:51 +0000 (09:20 +0200)
lib-src/seccomp-filter.c

index ed362bc18d9c0f875057638ec24e29cd720ac5a2..fc3c3a0c074e0156362599c13c08bb8db2f5d722 100644 (file)
@@ -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>