Mesa uses limits.h elsewhere, and this makes is possible to compile anv_allocator.c on Android.
Signed-off-by: Tapani Pälli <[email protected]> --- src/intel/vulkan/anv_allocator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_allocator.c b/src/intel/vulkan/anv_allocator.c index 36cabd7..2249fa6 100644 --- a/src/intel/vulkan/anv_allocator.c +++ b/src/intel/vulkan/anv_allocator.c @@ -24,7 +24,7 @@ #include <stdint.h> #include <stdlib.h> #include <unistd.h> -#include <values.h> +#include <limits.h> #include <assert.h> #include <linux/futex.h> #include <linux/memfd.h> -- 2.7.4 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
