[PATCH 02/30] elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
Florian Weimer
fweimer@redhat.com
Mon Jun 22 15:13:10 GMT 2020
---
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
--
2.25.4
More information about the Libc-alpha
mailing list