[PATCH COMMITTED] elf: Include <stdbool.h> in tst-tls20.c

Florian Weimer fweimer@redhat.com
Tue Nov 30 14:41:29 GMT 2021


The test uses the bool type.

---
 elf/tst-tls20.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c
index 18067e6b0a..200dacb748 100644
--- a/elf/tst-tls20.c
+++ b/elf/tst-tls20.c
@@ -19,6 +19,7 @@
 #include <array_length.h>
 #include <dlfcn.h>
 #include <pthread.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>



More information about the Libc-alpha mailing list