6ac494fefb
Fixes build of pkgsMusl.systemdMinimal (and pkgsMusl.systemd if combined with other fixes). These patches are applied conditionally on purpose: They are not checked to be properly guarded. They should not block future systemd upgrades. Also see the original RFC section around musl systemd: https://github.com/NixOS/rfcs/blob/master/rfcs/0023-musl-libc.md#systemd
13 lines
325 B
Diff
13 lines
325 B
Diff
diff --git a/src/shared/mount-setup.c b/src/shared/mount-setup.c
|
|
index ef3527e..cc1ba23 100644
|
|
--- a/src/shared/mount-setup.c
|
|
+++ b/src/shared/mount-setup.c
|
|
@@ -32,6 +32,7 @@
|
|
#include "strv.h"
|
|
#include "user-util.h"
|
|
#include "virt.h"
|
|
+#include "missing_type.h"
|
|
|
|
typedef enum MountMode {
|
|
MNT_NONE = 0,
|