1From 1c8ae213f7d683c69298f131d424c9006a9650d3 Mon Sep 17 00:00:00 2001
2From: Michael Forney <mforney@mforney.org>
3Date: Thu, 21 Jul 2022 14:00:02 -0700
4Subject: [PATCH] wayland: include <math.h> for ceil
5
6---
7 video/out/wayland_common.c | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c
11index 3cebab9e99..4ec5c148e7 100644
12--- a/video/out/wayland_common.c
13+++ b/video/out/wayland_common.c
14@@ -18,6 +18,7 @@
15 #include <errno.h>
16 #include <limits.h>
17 #include <linux/input-event-codes.h>
18+#include <math.h>
19 #include <poll.h>
20 #include <time.h>
21 #include <unistd.h>
22--
232.35.1
24