1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

nspawn: add missing include lines

This commit is contained in:
Lennart Poettering 2012-04-13 21:33:45 +02:00
parent c757a65b6a
commit 9537eab070

View File

@ -38,6 +38,8 @@
#include <sys/signalfd.h>
#include <grp.h>
#include <linux/fs.h>
#include <sys/un.h>
#include <sys/socket.h>
#include <systemd/sd-daemon.h>