From: Florian Weimer Date: Tue, 30 Nov 2021 14:39:17 +0000 (+0100) Subject: elf: Include in tst-tls20.c X-Git-Tag: glibc-2.35~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4cb2280e32187380520f71bd27ab32252cbc85;p=thirdparty%2Fglibc.git elf: Include in tst-tls20.c The test uses the bool type. --- diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c index 18067e6b0a6..200dacb748a 100644 --- a/elf/tst-tls20.c +++ b/elf/tst-tls20.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include