[Mesa-dev] [PATCH 1/4] intel: Fix warnings of undefined ffs().
Ian Romanick
idr at freedesktop.org
Fri Jan 13 15:25:24 PST 2012
On 01/12/2012 04:08 PM, Eric Anholt wrote:
> For some reason these started showing up with the automake conversion.
For the series,
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
> ---
> src/mesa/drivers/dri/intel/intel_context.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/intel/intel_context.h b/src/mesa/drivers/dri/intel/intel_context.h
> index 9fb2902..e673a4e 100644
> --- a/src/mesa/drivers/dri/intel/intel_context.h
> +++ b/src/mesa/drivers/dri/intel/intel_context.h
> @@ -30,6 +30,7 @@
>
>
> #include<stdbool.h>
> +#include<string.h>
> #include "main/mtypes.h"
> #include "main/mm.h"
>
More information about the mesa-dev
mailing list