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

The test uses standard integer types.
This commit is contained in:
Florian Weimer 2021-11-30 14:35:54 +01:00
parent e49c3c5d7a
commit 3c7c511782

View 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>