/usr/include/systemd/sd-bus.h:31:19: fatal error: memfd.h: No such file or directory #include "memfd.h" should be moved to src/libsystemd/sd-bus/bus-message.c. --- a/src/libsystemd/sd-bus/bus-message.c +++ b/src/libsystemd/sd-bus/bus-message.c @@ -28,6 +28,7 @@ #include "strv.h" #include "time-util.h" #include "cgroup-util.h" +#include "memfd.h" #include "sd-bus.h" #include "bus-message.h" --- a/src/systemd/sd-bus.h +++ b/src/systemd/sd-bus.h @@ -28,7 +28,6 @@ #include "sd-id128.h" #include "sd-event.h" -#include "memfd.h" #include "_sd-common.h" _SD_BEGIN_DECLARATIONS;
Oh, yuck! Indeed! Fixed now. Thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.