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