[COMMITTED] elf: Include <stdint.h> in tst-tls20.c

Message ID 87lf15dar1.fsf@oldenburg.str.redhat.com
State Committed
Commit 3c7c5117826816021f9d3f352f49e0dd0236cbad
Headers
Series [COMMITTED] elf: Include <stdint.h> in tst-tls20.c |

Commit Message

Florian Weimer Nov. 30, 2021, 1:38 p.m. UTC
  The test uses standard integer types.

---
 elf/tst-tls20.c | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/elf/tst-tls20.c b/elf/tst-tls20.c
index 831c3336c9..18067e6b0a 100644
--- a/elf/tst-tls20.c
+++ b/elf/tst-tls20.c
@@ -19,6 +19,7 @@ 
 #include <array_length.h>
 #include <dlfcn.h>
 #include <pthread.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <support/check.h>