unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH COMMITTED] elf: Include <stdint.h> in tst-tls20.c
@ 2021-11-30 13:38 Florian Weimer via Libc-alpha
  0 siblings, 0 replies; only message in thread
From: Florian Weimer via Libc-alpha @ 2021-11-30 13:38 UTC (permalink / raw)
  To: libc-alpha

The test uses standard integer types.

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

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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-30 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30 13:38 [PATCH COMMITTED] elf: Include <stdint.h> in tst-tls20.c Florian Weimer via Libc-alpha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).