summaryrefslogtreecommitdiff
path: root/src/core/cgroup.h
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.h
parentb2ba58acabda1830f0e58ba0d623861a126c43bf (diff)
Fix various build failures with the latest systemd updates.
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r--src/core/cgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index dc4b4cadf..14aa68cbf 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -24,7 +24,7 @@
//#include "list.h"
//#include "time-util.h"
#include "cgroup-util.h"
-#include "ip-address-access.h"
+//#include "ip-address-access.h"
#if 0 /// UNNEEDED by elogind
typedef struct CGroupContext CGroupContext;