gpioset: include <poll.h> instead of <sys/poll.h>
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 25 Jan 2017 10:55:31 +0000 (11:55 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 25 Jan 2017 10:56:23 +0000 (11:56 +0100)
commit82a3de75fe745087feee82ee53de92998f86343a
treee688b0303666a10302a0bcbf2dff02500ea1115f
parent8e1fdcdc2028a3d5184bd99e320b62d0fe59e3c9
gpioset: include <poll.h> instead of <sys/poll.h>

Just like we did in core.c: don't include <sys/poll.h> directly.

Follow the manual and include <poll.h>.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
src/tools/gpioset.c