[PATCH 02/30] elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>

Carlos O'Donell carlos@redhat.com
Thu Jun 25 13:16:41 GMT 2020


On 6/22/20 11:13 AM, Florian Weimer via Libc-alpha wrote:
> ---
>  sysdeps/generic/ldconfig.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h
> index a8a2be7856..b64aab0064 100644
> --- a/sysdeps/generic/ldconfig.h
> +++ b/sysdeps/generic/ldconfig.h
> @@ -19,7 +19,9 @@
>  #ifndef _LDCONFIG_H
>  #define _LDCONFIG_H
>  
> +#include <stddef.h>
>  #include <stdint.h>
> +#include <sys/stat.h>
>  
>  #define FLAG_ANY			-1
>  #define FLAG_TYPE_MASK			0x00ff
> 

OK for master.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list