[PATCH 01/30] elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
Florian Weimer
fweimer@redhat.com
Mon Jun 22 15:13:05 GMT 2020
---
elf/dl-tunables.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/elf/dl-tunables.h b/elf/dl-tunables.h
index 969e50327b..f05eb50c2f 100644
--- a/elf/dl-tunables.h
+++ b/elf/dl-tunables.h
@@ -21,6 +21,8 @@
#ifndef _TUNABLES_H_
#define _TUNABLES_H_
+#include <stdbool.h>
+
#if !HAVE_TUNABLES
static inline void
__always_inline
--
2.25.4
More information about the Libc-alpha
mailing list