summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-20 17:31:05 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-20 17:31:05 -0400
commit57f986c13ef90017b9d42bf2b370e342053e12ee (patch)
treed219b3eb985a0550bf350f16fed25ea074b00f43 /src/grp-system/libcore
parentc63d64dbc49183c7ed581ab55a1838f7b19776ec (diff)
Fix it using /usr/include/systemd instead of src/libsystemd/include/systemd
To avoid a cyclic dependency thing, `sd-id128.h` has been split in to `sd-id128{,-static}.h`.
Diffstat (limited to 'src/grp-system/libcore')
-rw-r--r--src/grp-system/libcore/src/namespace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-system/libcore/src/namespace.c b/src/grp-system/libcore/src/namespace.c
index 988516d775..d25831b390 100644
--- a/src/grp-system/libcore/src/namespace.c
+++ b/src/grp-system/libcore/src/namespace.c
@@ -27,6 +27,8 @@
#include <linux/fs.h>
+#include <systemd/sd-id128.h>
+
#include "core/loopback-setup.h"
#include "core/namespace.h"
#include "systemd-basic/alloc-util.h"