mirror of
https://github.com/systemd/systemd.git
synced 2025-08-26 17:49:52 +03:00
analyze: fix build without seccomp
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user