]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf: Include <stdint.h> in tst-tls20.c
authorFlorian Weimer <fweimer@redhat.com>
Tue, 30 Nov 2021 13:35:54 +0000 (14:35 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 30 Nov 2021 13:35:54 +0000 (14:35 +0100)
The test uses standard integer types.

elf/tst-tls20.c

index 831c3336c914790d618d6b5f2800dc87015349d4..18067e6b0a6093f9a446aa1a361dfa2b05f91a6f 100644 (file)
@@ -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>