From: Thomas Petazzoni Date: Mon, 23 Jan 2017 08:18:32 +0000 (+1300) Subject: core: include instead of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1572d90586791f3987abb4c50dc82ff4c597bfc2;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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