aboutsummaryrefslogtreecommitdiff
path: root/initd/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'initd/init.h')
-rw-r--r--initd/init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/initd/init.h b/initd/init.h
index 5618ccd..5ac6d22 100644
--- a/initd/init.h
+++ b/initd/init.h
@@ -16,7 +16,9 @@
#include <poll.h>
#include <linux/reboot.h>
+#include <sys/signalfd.h>
#include <sys/reboot.h>
+#include <sys/epoll.h>
#include <sys/prctl.h>
#include <stdbool.h>
#include <signal.h>