diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-11-30 15:39:17 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-11-30 15:39:17 +0100 |
commit | df4cb2280e32187380520f71bd27ab32252cbc85 (patch) | |
tree | 62818c3db26d81d07205e0c17efabf2df6f9769f /elf/tst-tls20.c | |
parent | 3c7c5117826816021f9d3f352f49e0dd0236cbad (diff) | |
download | glibc-df4cb2280e32187380520f71bd27ab32252cbc85.tar glibc-df4cb2280e32187380520f71bd27ab32252cbc85.tar.gz glibc-df4cb2280e32187380520f71bd27ab32252cbc85.tar.bz2 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.c | 1 |
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> |