elf: Include <stdbool.h> in tst-tls20.c
authorFlorian Weimer <fweimer@redhat.com>
Tue, 30 Nov 2021 14:39:17 +0000 (15:39 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 30 Nov 2021 14:39:17 +0000 (15:39 +0100)
The test uses the bool type.

elf/tst-tls20.c

index 18067e6..200dacb 100644 (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>