From 52290d8c04569615fb011ee286d52dc5147afbd7 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 15 Apr 2021 09:57:10 +0100 Subject: [PATCH] elf: Fix missing include in test case [BZ #27136] Broken test was introduced in commit 8f85075a2e9c26ff7486d4bbaf358999807d215c elf: Add a DTV setup test [BZ #27136] --- 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 #include #include +#include #include #include -- 2.17.1