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

The test uses the bool type.
This commit is contained in:
Florian Weimer 2021-11-30 15:39:17 +01:00
parent 3c7c511782
commit df4cb2280e

View file

@ -19,6 +19,7 @@
#include <array_length.h>
#include <dlfcn.h>
#include <pthread.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>