public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] elf: Fix missing include in test case [BZ #27136]
@ 2021-04-15  9:49 Szabolcs Nagy
  0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy @ 2021-04-15  9:49 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=52290d8c04569615fb011ee286d52dc5147afbd7

commit 52290d8c04569615fb011ee286d52dc5147afbd7
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Thu Apr 15 09:57:10 2021 +0100

    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:
---
 elf/tst-tls20.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c
index ac5f8c8d39..9977ec8032 100644
--- a/elf/tst-tls20.c
+++ b/elf/tst-tls20.c
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <support/check.h>
+#include <support/support.h>
 #include <support/xdlfcn.h>
 #include <support/xthread.h>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-15  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15  9:49 [glibc] elf: Fix missing include in test case [BZ #27136] Szabolcs Nagy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).