[PATCH weston v3 1/8] test-client: Include poll.h to silence warning
Daniel Stone
daniel at fooishbar.org
Fri May 4 03:21:53 PDT 2012
Signed-off-by: Daniel Stone <daniel at fooishbar.org>
---
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 <string.h>
#include <unistd.h>
#include <assert.h>
+#include <poll.h>
#include <wayland-client.h>
struct display {
--
1.7.10
More information about the wayland-devel
mailing list