From ed139ddcd79c4aec0beb98de1af5e82f0c6699aa Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Tue, 14 Jan 2014 18:38:59 +0100 Subject: client: Include poll.h instead of sys/poll.h POSIX mandates the poll.h header as the standard location of poll(2). --- src/wayland-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index 363d5dd..bbf93ee 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include "wayland-util.h" -- cgit v1.2.3-70-g09d2