From patchwork Mon Jun 22 15:13:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [02/30] elf: Include (for size_t), in X-Patchwork-Submitter: "Alejandro Colomar \\\(man-pages\\\) via Libc-alpha" X-Patchwork-Id: 37584 Message-Id: To: libc-alpha@sourceware.org Date: Mon, 22 Jun 2020 17:13:10 +0200 From: Florian Weimer via Libc-alpha List-Id: Libc-alpha mailing list --- sysdeps/generic/ldconfig.h | 2 ++ 1 file changed, 2 insertions(+) -- 2.25.4 Reviewed-by: Carlos O'Donell 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 #include +#include #define FLAG_ANY -1 #define FLAG_TYPE_MASK 0x00ff