6c0556
commit df4cb2280e32187380520f71bd27ab32252cbc85
6c0556
Author: Florian Weimer <fweimer@redhat.com>
6c0556
Date:   Tue Nov 30 15:39:17 2021 +0100
6c0556
6c0556
    elf: Include <stdbool.h> in tst-tls20.c
6c0556
    
6c0556
    The test uses the bool type.
6c0556
6c0556
diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c
6c0556
index 18067e6b0a6093f9..200dacb748af21a8 100644
6c0556
--- a/elf/tst-tls20.c
6c0556
+++ b/elf/tst-tls20.c
6c0556
@@ -19,6 +19,7 @@
6c0556
 #include <array_length.h>
6c0556
 #include <dlfcn.h>
6c0556
 #include <pthread.h>
6c0556
+#include <stdbool.h>
6c0556
 #include <stdint.h>
6c0556
 #include <stdio.h>
6c0556
 #include <stdlib.h>