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:
Florian Weimer 2020-06-25 16:51:03 +02:00
parent 087942251f
commit 2034c70e64

View File

@ -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