logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0004-wayland-include-math.h-for-ceil.patch (634B)


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