0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-13 14:09:19 +00:00
termux-packages/x11-packages/weston/0007-fix-include.patch
Kevin Williams fbe6167f45
upgpkg(x11/weston): 14.0.0 (#21384)
Signed-off-by: Kevin Williams <admin@utermux.dev>
2024-09-10 22:47:40 +08:00

16 lines
291 B
Diff

--- a/libweston/input.c
+++ b/libweston/input.c
@@ -34,7 +34,12 @@
#include <sys/mman.h>
#include <assert.h>
#include <unistd.h>
+#ifndef __ANDROID__
#include <values.h>
+#else
+#include <limits.h>
+#include <float.h>
+#endif
#include <fcntl.h>
#include <limits.h>
#include <errno.h>