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