[Mesa-dev] [PATCH] gallium/util: add missing u_math include

Marek Olšák maraeo at gmail.com
Fri Feb 28 03:32:13 PST 2014


Reviewed-by: Marek Olšák <marek.olsak at amd.com>

Marek

On Fri, Feb 28, 2014 at 7:10 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> This is needed for MIN2/MAX2
>
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
>  src/gallium/auxiliary/util/u_range.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/gallium/auxiliary/util/u_range.h b/src/gallium/auxiliary/util/u_range.h
> index 4b1d0d1..efe25ef 100644
> --- a/src/gallium/auxiliary/util/u_range.h
> +++ b/src/gallium/auxiliary/util/u_range.h
> @@ -36,6 +36,8 @@
>
>  #include "os/os_thread.h"
>
> +#include "util/u_math.h"
> +
>  struct util_range {
>     unsigned start; /* inclusive */
>     unsigned end; /* exclusive */
> --
> 1.8.3.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list