analyze: fix build without seccomp

This commit is contained in:
Franck Bui 2016-11-08 14:18:33 +01:00
parent 843d5baf6a
commit 0f734bdca5
1 changed files with 2 additions and 0 deletions

View File

@ -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"