Re: [PATCH weston v3 1/8] test-client: Include poll.h to silence warning

2012-05-07 Thread Kristian Høgsberg
On Fri, May 04, 2012 at 11:21:53AM +0100, Daniel Stone wrote: > Signed-off-by: Daniel Stone > --- > tests/test-client.c |1 + > 1 file changed, 1 insertion(+) Right, thanks. The poll is obviously a hack, but at least now it wont spam the compile log. Kristian > v3: New. > > diff --git a/

[PATCH weston v3 1/8] test-client: Include poll.h to silence warning

2012-05-04 Thread Daniel Stone
Signed-off-by: Daniel Stone --- tests/test-client.c |1 + 1 file changed, 1 insertion(+) v3: New. diff --git a/tests/test-client.c b/tests/test-client.c index 1db1615..f490b27 100644 --- a/tests/test-client.c +++ b/tests/test-client.c @@ -25,6 +25,7 @@ #include #include #include +#inc