Re: [PATCH] client: Include poll.h instead of sys/poll.h

2014-01-17 Thread Kristian Høgsberg
On Tue, Jan 14, 2014 at 06:38:59PM +0100, Jonas 'Sortie' Termansen wrote: > POSIX mandates the poll.h header as the standard location of poll(2). > --- > src/wayland-client.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) That looks correct. I think that maybe I copy and pasted a sys

Re: [PATCH] client: Include poll.h instead of sys/poll.h

2014-01-14 Thread Bryce W. Harrington
On Tue, Jan 14, 2014 at 06:38:59PM +0100, Jonas 'Sortie' Termansen wrote: > POSIX mandates the poll.h header as the standard location of poll(2). A casual googling indicates this is true. Reviewed-by: Bryce Harrington > --- > src/wayland-client.c |2 +- > 1 file changed, 1 insertion(+), 1 d

[PATCH] client: Include poll.h instead of sys/poll.h

2014-01-14 Thread Jonas 'Sortie' Termansen
POSIX mandates the poll.h header as the standard location of poll(2). --- src/wayland-client.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index 363d5dd..bbf93ee 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -