mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
parent
ac9de0b379
commit
fe9938888b
@ -17,6 +17,8 @@
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "sd-event.h"
|
||||
|
||||
#include "fd-util.h"
|
||||
|
@ -17,6 +17,7 @@
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include <sys/file.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
#include "alloc-util.h"
|
||||
|
@ -17,6 +17,8 @@
|
||||
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"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <linux/veth.h>
|
||||
#include <net/if.h>
|
||||
#include <sys/file.h>
|
||||
|
||||
#include "libudev.h"
|
||||
#include "sd-id128.h"
|
||||
|
@ -18,9 +18,9 @@
|
||||
***/
|
||||
|
||||
#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"
|
||||
|
Loading…
Reference in New Issue
Block a user