diff options
author | Franck Bui <fbui@suse.com> | 2016-11-08 14:18:33 +0100 |
---|---|---|
committer | Franck Bui <fbui@suse.com> | 2016-11-10 10:12:31 +0100 |
commit | 0f734bdca580341ac67ddce1076b8f9cb000541a (patch) | |
tree | d1430fe9d85326ecc1b132e408ca01103f57d3fd /src/analyze | |
parent | 843d5baf6aad6c53fc00ea8d95d83209a4f92de1 (diff) |
analyze: fix build without seccomp
Diffstat (limited to 'src/analyze')
-rw-r--r-- | src/analyze/analyze.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index f744a84501..51d881c5fb 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" |