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