about summary refs log tree commit diff
path: root/elf/tst-tls20.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-11-30 15:39:17 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-11-30 15:39:17 +0100
commitdf4cb2280e32187380520f71bd27ab32252cbc85 (patch)
tree62818c3db26d81d07205e0c17efabf2df6f9769f /elf/tst-tls20.c
parent3c7c5117826816021f9d3f352f49e0dd0236cbad (diff)
downloadglibc-df4cb2280e32187380520f71bd27ab32252cbc85.tar.gz
glibc-df4cb2280e32187380520f71bd27ab32252cbc85.tar.xz
glibc-df4cb2280e32187380520f71bd27ab32252cbc85.zip
elf: Include <stdbool.h> in tst-tls20.c
The test uses the bool type.
Diffstat (limited to 'elf/tst-tls20.c')
-rw-r--r--elf/tst-tls20.c1
1 files changed, 1 insertions, 0 deletions
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>