From 9606d987722ee5b89bbfae230389d3385a3884b0 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 14 May 2020 17:49:44 +0200 Subject: Replace standard signal handling in initd with signalfd + epoll Signed-off-by: David Oberhollenzer --- initd/init.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'initd/init.h') 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 #include +#include #include +#include #include #include #include -- cgit v1.2.3