summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/drm_common.c2
-rw-r--r--video/out/opengl/context_drm_egl.c2
-rw-r--r--video/out/vo_drm.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/video/out/drm_common.c b/video/out/drm_common.c
index 44e017e4b2..c7b4edf91f 100644
--- a/video/out/drm_common.c
+++ b/video/out/drm_common.c
@@ -19,7 +19,7 @@
#include <string.h>
#include <signal.h>
#include <sys/ioctl.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/stat.h>
#include <sys/vt.h>
#include <unistd.h>
diff --git a/video/out/opengl/context_drm_egl.c b/video/out/opengl/context_drm_egl.c
index e5fd7b8354..cf23423619 100644
--- a/video/out/opengl/context_drm_egl.c
+++ b/video/out/opengl/context_drm_egl.c
@@ -20,7 +20,7 @@
#include <fcntl.h>
#include <signal.h>
#include <string.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <time.h>
#include <unistd.h>
diff --git a/video/out/vo_drm.c b/video/out/vo_drm.c
index 92357587c5..e0722e1612 100644
--- a/video/out/vo_drm.c
+++ b/video/out/vo_drm.c
@@ -20,7 +20,7 @@
#include <fcntl.h>
#include <stdbool.h>
#include <sys/mman.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <unistd.h>
#include <libswscale/swscale.h>