mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-05 21:57:27 +03:00
build fix for opensuse
This commit is contained in:
parent
09cd1ab12e
commit
25e870b5f7
@ -35,6 +35,7 @@
|
||||
#include <grp.h>
|
||||
#include <pwd.h>
|
||||
#include <sys/mount.h>
|
||||
#include <linux/fs.h>
|
||||
|
||||
#include "execute.h"
|
||||
#include "strv.h"
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include <sched.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/mount.h>
|
||||
#include <linux/fs.h>
|
||||
|
||||
#include "unit.h"
|
||||
#include "strv.h"
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <sched.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <limits.h>
|
||||
#include <linux/fs.h>
|
||||
|
||||
#include "strv.h"
|
||||
#include "util.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user