[igt-dev] [PATCH i-g-t v2 01/10] lib/xe_ioctl: Add missing header for direct resolving

Kamil Konieczny kamil.konieczny at linux.intel.com
Wed Apr 19 14:10:15 UTC 2023


On 2023-04-18 at 09:25:26 +0200, Zbigniew Kempczyński wrote:
> xe_ioctl.h user expects all types resolving. Add missing stddef.h
> header which contains size_t definition.
> 
> Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> ---
>  lib/xe/xe_ioctl.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/xe/xe_ioctl.h b/lib/xe/xe_ioctl.h
> index d8c40eda01..049cd183d6 100644
> --- a/lib/xe/xe_ioctl.h
> +++ b/lib/xe/xe_ioctl.h
> @@ -11,6 +11,7 @@
>  #ifndef XE_IOCTL_H
>  #define XE_IOCTL_H
>  
> +#include <stddef.h>
>  #include <stdint.h>
>  #include <xe_drm.h>
>  
> -- 
> 2.34.1
> 


More information about the igt-dev mailing list