From 1572d90586791f3987abb4c50dc82ff4c597bfc2 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 23 Jan 2017 21:18:32 +1300 Subject: [PATCH] core: include instead of is an internal C library header, which shouldn't be included directly. should be included instead, as advertised in poll(2). Signed-off-by: Thomas Petazzoni [Bartosz: tweaked the commit message] Signed-off-by: Bartosz Golaszewski --- src/lib/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/core.c b/src/lib/core.c index 713419e..e4ca720 100644 --- a/src/lib/core.c +++ b/src/lib/core.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include struct gpiod_chip -- 2.30.2