test-client: Include poll.h to silence warning

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Daniel Stone 13 years ago committed by Kristian Høgsberg
parent 8e1f77fee3
commit 7ceeb7dd43
  1. 1
      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 {

Loading…
Cancel
Save