548bcb
commit 52290d8c04569615fb011ee286d52dc5147afbd7
548bcb
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
548bcb
Date:   Thu Apr 15 09:57:10 2021 +0100
548bcb
548bcb
    elf: Fix missing include in test case [BZ #27136]
548bcb
    
548bcb
    Broken test was introduced in
548bcb
    
548bcb
      commit 8f85075a2e9c26ff7486d4bbaf358999807d215c
548bcb
      elf: Add a DTV setup test [BZ #27136]
548bcb
548bcb
diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c
548bcb
index ac5f8c8d39b66dd6..9977ec803208b9c8 100644
548bcb
--- a/elf/tst-tls20.c
548bcb
+++ b/elf/tst-tls20.c
548bcb
@@ -21,6 +21,7 @@
548bcb
 #include <stdio.h>
548bcb
 #include <stdlib.h>
548bcb
 #include <support/check.h>
548bcb
+#include <support/support.h>
548bcb
 #include <support/xdlfcn.h>
548bcb
 #include <support/xthread.h>
548bcb