* lib-src/seccomp-filter.c: Add missing headers.

This commit is contained in:
Philipp Stephani 2021-04-12 09:20:51 +02:00
parent 17d20bb3cb
commit 104c5e3d57

View 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>