From 3e841103ea49dd5ffb755367ed0196aaa676e59a Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 11 Mar 2018 16:09:07 +0100 Subject: [PATCH] Add missing include --- zathura/seccomp-filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/seccomp-filters.c b/zathura/seccomp-filters.c index ab57d8d..a7399b5 100644 --- a/zathura/seccomp-filters.c +++ b/zathura/seccomp-filters.c @@ -2,7 +2,7 @@ #include #ifdef WITH_SECCOMP - +#include #include /* libseccomp */ #include /* prctl */ #include