]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
authorFlorian Weimer <fweimer@redhat.com>
Thu, 25 Jun 2020 14:51:03 +0000 (16:51 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 25 Jun 2020 14:51:03 +0000 (16:51 +0200)
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/generic/ldconfig.h

index a8a2be7856566e704f5780321cfd6ee5c8b39179..b64aab0064f4e4ca0f1141d2bf727d066c4bf767 100644 (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