From 57f986c13ef90017b9d42bf2b370e342053e12ee Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 20 May 2017 17:31:05 -0400 Subject: 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`. --- src/grp-initprogs/systemd-firstboot/firstboot.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/grp-initprogs/systemd-firstboot') diff --git a/src/grp-initprogs/systemd-firstboot/firstboot.c b/src/grp-initprogs/systemd-firstboot/firstboot.c index 4ed3c23419..65f2cecf13 100644 --- a/src/grp-initprogs/systemd-firstboot/firstboot.c +++ b/src/grp-initprogs/systemd-firstboot/firstboot.c @@ -22,6 +22,8 @@ #include #include +#include + #include "systemd-basic/alloc-util.h" #include "systemd-basic/copy.h" #include "systemd-basic/fd-util.h" -- cgit v1.2.3-54-g00ecf