From: Szabolcs Nagy Date: Thu, 15 Apr 2021 08:57:10 +0000 (+0100) Subject: elf: Fix missing include in test case [BZ #27136] X-Git-Tag: glibc-2.34~667 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52290d8c04569615fb011ee286d52dc5147afbd7;p=thirdparty%2Fglibc.git elf: Fix missing include in test case [BZ #27136] Broken test was introduced in commit 8f85075a2e9c26ff7486d4bbaf358999807d215c elf: Add a DTV setup test [BZ #27136] --- diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c index ac5f8c8d39b..9977ec80320 100644 --- a/elf/tst-tls20.c +++ b/elf/tst-tls20.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include