test-client: Include poll.h to silence warning
authorDaniel Stone <daniel@fooishbar.org>
Fri, 4 May 2012 10:21:53 +0000 (11:21 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 7 May 2012 14:59:08 +0000 (10:59 -0400)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
tests/test-client.c

index 1db1615..f490b27 100644 (file)
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <assert.h>
+#include <poll.h>
 #include <wayland-client.h>
 
 struct display {