mirror of git://sourceware.org/git/glibc.git
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
|
#ifndef _LDCONFIG_H
|
||||||
#define _LDCONFIG_H
|
#define _LDCONFIG_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#define FLAG_ANY -1
|
#define FLAG_ANY -1
|
||||||
#define FLAG_TYPE_MASK 0x00ff
|
#define FLAG_TYPE_MASK 0x00ff
|
||||||
|
|
Loading…
Reference in New Issue