179894
commit 3c7c5117826816021f9d3f352f49e0dd0236cbad
179894
Author: Florian Weimer <fweimer@redhat.com>
179894
Date:   Tue Nov 30 14:35:54 2021 +0100
179894
179894
    elf: Include <stdint.h> in tst-tls20.c
179894
    
179894
    The test uses standard integer types.
179894
179894
diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c
179894
index 831c3336c914790d..18067e6b0a6093f9 100644
179894
--- a/elf/tst-tls20.c
179894
+++ b/elf/tst-tls20.c
179894
@@ -19,6 +19,7 @@
179894
 #include <array_length.h>
179894
 #include <dlfcn.h>
179894
 #include <pthread.h>
179894
+#include <stdint.h>
179894
 #include <stdio.h>
179894
 #include <stdlib.h>
179894
 #include <support/check.h>