Needed on musl.
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <sys/wait.h>
+
#include "sd-event.h"
#include "fd-util.h"
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <sys/file.h>
#include <sys/mount.h>
#include "alloc-util.h"
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <sys/wait.h>
+
#include "alloc-util.h"
#include "fd-util.h"
#include "operation.h"
#include <linux/veth.h>
#include <net/if.h>
+#include <sys/file.h>
#include "libudev.h"
#include "sd-id128.h"
***/
#include <sys/reboot.h>
-#include <sys/unistd.h>
#include <sys/wait.h>
#include <sys/prctl.h>
+#include <unistd.h>
#include "fd-util.h"
#include "log.h"