From ab359a6c3bc7fc25c1464ccc8f53f6f63053a9a1 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 10 Apr 2018 13:36:32 +0100 Subject: [PATCH] rfkill: include instead of The POSIX standard states that poll(3P) is being made available by , not . Most commands already include the correct header, with the exception of rfkill. Fix that to avoid a warning on musl-based systems. Signed-off-by: Patrick Steinhardt --- sys-utils/rfkill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/rfkill.c b/sys-utils/rfkill.c index 211316ce70..9c52fac3a0 100644 --- a/sys-utils/rfkill.c +++ b/sys-utils/rfkill.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include -- 2.47.2