mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 14:48:05 +02:00
Fix incorrect include
In file included from ../clients/multi-resource.c:38:
/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include <sys/poll.h> to <poll.h> [-Wcpp]
#warning redirecting incorrect #include <sys/poll.h> to <poll.h>
^~~~~~~
(cherry picked from commit 923a1e9688)
This commit is contained in:
parent
df842e64a2
commit
3e7a9c94eb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include <sys/mman.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue