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