test-client: Include poll.h to silence warning

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
Daniel Stone 2012-05-04 11:21:53 +01:00 committed by Kristian Høgsberg
parent 8e1f77fee3
commit 7ceeb7dd43

View File

@ -25,6 +25,7 @@
#include <string.h>
#include <unistd.h>
#include <assert.h>
#include <poll.h>
#include <wayland-client.h>
struct display {