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
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
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
@@ -