diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2021-04-15 09:57:10 +0100 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2021-04-15 10:17:04 +0100 |
commit | 52290d8c04569615fb011ee286d52dc5147afbd7 (patch) | |
tree | a431ff0396671ef4941e13ec66678443a27b0383 | |
parent | 07c245a76b2113139baa30849fe9f9705626d370 (diff) | |
download | glibc-52290d8c04569615fb011ee286d52dc5147afbd7.tar.gz glibc-52290d8c04569615fb011ee286d52dc5147afbd7.tar.xz glibc-52290d8c04569615fb011ee286d52dc5147afbd7.zip |
elf: Fix missing include in test case [BZ #27136]
Broken test was introduced in commit 8f85075a2e9c26ff7486d4bbaf358999807d215c elf: Add a DTV setup test [BZ #27136]
-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 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> |