mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
parent
087942251f
commit
2034c70e64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user