[Mesa-dev] [PATCH] ac: add missing stdint.h include for uint32_t

Nicolai Hähnle nhaehnle at gmail.com
Mon Jun 19 12:52:02 UTC 2017


Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

On 16.06.2017 20:11, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> Cc: Mark Janes <mark.a.janes at intel.com>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
> ---
>   src/amd/common/ac_gpu_info.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/src/amd/common/ac_gpu_info.h b/src/amd/common/ac_gpu_info.h
> index a72ab58f9a3..69e9d2828f5 100644
> --- a/src/amd/common/ac_gpu_info.h
> +++ b/src/amd/common/ac_gpu_info.h
> @@ -26,6 +26,7 @@
>   #ifndef AC_GPU_INFO_H
>   #define AC_GPU_INFO_H
>   
> +#include <stdint.h>
>   #include "amd_family.h"
>   
>   #ifdef __cplusplus
> 


-- 
Lerne, wie die Welt wirklich ist,
Aber vergiss niemals, wie sie sein sollte.


More information about the mesa-dev mailing list