From: Patrick Steinhardt Date: Tue, 10 Apr 2018 12:36:32 +0000 (+0100) Subject: rfkill: include instead of X-Git-Tag: v2.33-rc1~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74ccba3ed897ca08df5f38e62a76c63e3ad01435;p=thirdparty%2Futil-linux.git 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 --- 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