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

Kristian Høgsberg hoegsberg at gmail.com
Mon May 7 07:59:52 PDT 2012


On Fri, May 04, 2012 at 11:21:53AM +0100, Daniel Stone wrote:
> Signed-off-by: Daniel Stone <daniel at fooishbar.org>
> ---
>  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/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 <string.h>
>  #include <unistd.h>
>  #include <assert.h>
> +#include <poll.h>
>  #include <wayland-client.h>
>  
>  struct display {
> -- 
> 1.7.10
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list