summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-12-08 17:52:41 +0100
committerSven Eden <yamakuzure@gmx.net>2017-12-08 17:54:29 +0100
commit7426d18c6001ea1b90267e14d6f85ce24994bebb (patch)
tree0d3a165d02f9eabbf95bd114212f862024f2ef66 /src/core/cgroup.c
parentb2ba58acabda1830f0e58ba0d623861a126c43bf (diff)
Fix various build failures with the latest systemd updates.
Diffstat (limited to 'src/core/cgroup.c')
-rw-r--r--src/core/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 742c21669..664defceb 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -21,7 +21,7 @@
#include <fnmatch.h>
#include "alloc-util.h"
-#include "bpf-firewall.h"
+//#include "bpf-firewall.h"
#include "cgroup-util.h"
#include "cgroup.h"
#include "fd-util.h"