about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-11-30 14:35:54 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-11-30 14:35:54 +0100
commit3c7c5117826816021f9d3f352f49e0dd0236cbad (patch)
treebc806f0a1a3dc80a59b77d48dcf3b5491a353a9d /elf
parente49c3c5d7a553040948a20b982387a097dc1eb2c (diff)
downloadglibc-3c7c5117826816021f9d3f352f49e0dd0236cbad.tar.gz
glibc-3c7c5117826816021f9d3f352f49e0dd0236cbad.tar.xz
glibc-3c7c5117826816021f9d3f352f49e0dd0236cbad.zip
elf: Include <stdint.h> in tst-tls20.c
The test uses standard integer types.
Diffstat (limited to 'elf')
-rw-r--r--elf/tst-tls20.c1
1 files changed, 1 insertions, 0 deletions
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>