From: Franck Bui Date: Tue, 8 Nov 2016 13:18:33 +0000 (+0100) Subject: analyze: fix build without seccomp X-Git-Tag: v233~411^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f734bdca580341ac67ddce1076b8f9cb000541a;p=thirdparty%2Fsystemd.git analyze: fix build without seccomp --- diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index f744a84501a..51d881c5fb1 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -36,7 +36,9 @@ #include "log.h" #include "pager.h" #include "parse-util.h" +#ifdef HAVE_SECCOMP #include "seccomp-util.h" +#endif #include "special.h" #include "strv.h" #include "strxcpyx.h"